package main import ( "demo/etc" "git.sr.ht/~cco/go-scopes/app" ) func main() { app.RunApp(etc.Config()) }