basket-service/cmd/main.go
2021-12-02 22:59:35 +01:00

8 lines
76 B
Go

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