Entry point stub

This commit is contained in:
Piotr Biernat 2021-12-02 23:02:22 +01:00
parent 580f8ed2e1
commit 748b631d0c

7
cmd/main.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Identity services")
}