package main import "fmt" func main() { fmt.Println("Hello from backoffice api") for { // do nothing, simulate a running server } }