feat: initial commit
Signed-off-by: Vojtech Mares <iam@vojtechmares.com>
This commit is contained in:
commit
3d734673ff
4 changed files with 31 additions and 0 deletions
10
main.go
Normal file
10
main.go
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello from backoffice api")
|
||||
for {
|
||||
// do nothing, simulate a running server
|
||||
}
|
||||
}
|
||||
Reference in a new issue