identity-service/cmd/main.go
2021-12-02 23:02:22 +01:00

8 lines
78 B
Go

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