package main
import app "go_oxspeak_server/app"
//TIP
To run your code, right-click the code and select Run.
Alternatively, click
// the icon in the gutter and select the Run menu item from here.
func main() {
process := app.App{}
err := process.Run()
if err != nil {
return
}
}