Entry point stub
This commit is contained in:
parent
a72a0e5009
commit
cc115fb4c9
7
cmd/main.go
Normal file
7
cmd/main.go
Normal file
@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Catalog services")
|
||||
}
|
Loading…
Reference in New Issue
Block a user