Home

gomodinit @main - refs - log - search -
https://git.jolheiser.com/gomodinit.git
go mod init
README.md - raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# 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)