refactor: move app entrypoint to ./cmd/server
This commit is contained in:
parent
bb8e1aceb1
commit
63cc8628bc
3 changed files with 18 additions and 13 deletions
10
main.go
10
main.go
|
|
@ -1,10 +0,0 @@
|
|||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello from backoffice api")
|
||||
for {
|
||||
// do nothing, simulate a running server
|
||||
}
|
||||
}
|
||||
Reference in a new issue