gomodinit/README.md

14 lines
284 B
Markdown
Raw Permalink Normal View History

# gomodinit
`go mod init`
`gomodinit` walks up the current dir path until it finds something vaguely resembling a URI (i.e. a path part with at least one `.`)
and constructs a `go mod init <path>` call from it.
## This seems like a trivial thing
very.
## License
[MIT](LICENSE)