11 lines
177 B
Go
11 lines
177 B
Go
package main
|
|
|
|
import (
|
|
inf "git.markbailey.dev/cervers/ptpp/infrastructure"
|
|
_ "git.markbailey.dev/cervers/ptpp/lib/session/memory"
|
|
)
|
|
|
|
func main() {
|
|
inf.NewServer().Serve()
|
|
}
|