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