1
0
Fork 0

feat: initial commit

Signed-off-by: Vojtech Mares <iam@vojtechmares.com>
This commit is contained in:
Vojtěch Mareš 2024-01-02 18:53:38 +01:00
commit 3d734673ff
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
4 changed files with 31 additions and 0 deletions

10
main.go Normal file
View file

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