order-service/cmd/main.go
2021-12-02 23:01:36 +01:00

8 lines
78 B
Go

package main
import "fmt"
func main() {
fmt.Println("Ordering services")
}