package main import ( "gitea.karlbreuer.com/karl/palanticshelper/pkg/palanticshelper" ) func main() { palanticshelper.StartServer() }