strmprivacy / cli

This is the STRM Privacy Command Line Interface, to define and manage your privacy streams, data schemas, event contracts and much more.
https://strmprivacy.io
Apache License 2.0
6 stars 2 forks source link

Change module path up to first slash to include a dot (Go convention) #71

Open trietsch opened 2 years ago

trietsch commented 2 years ago

See https://go.dev/ref/mod#go-mod-file-ident:

The leading path element (up to the first slash, if any), by convention a domain name, must contain only lower-case ASCII letters, ASCII digits, dots (., U+002E), and dashes (-, U+002D); it must contain at least one dot and cannot start with a dash.