Entry point stub

This commit is contained in:
Piotr Biernat 2021-12-02 23:00:48 +01:00
parent a72a0e5009
commit cc115fb4c9

7
cmd/main.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Catalog services")
}