catalog-service/cmd/main.go
2021-12-02 23:00:48 +01:00

8 lines
77 B
Go

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