package main import ( "log" "github.com/apprehensions/xfts/internal/server" ) func main() { log.Fatal(server.Serve()) }