go-full-stack/cmd/main.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()
}