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