go mod init
 
 
Go to file
jolheiser 0ee47079f0
ci/woodpecker/push/goreleaser Pipeline was successful Details
ci/woodpecker/tag/goreleaser Pipeline was successful Details
Fix version
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2022-07-24 23:40:37 -05:00
.woodpecker Fix version 2022-07-24 23:40:37 -05:00
.gitignore Usage and tests 2022-07-24 23:25:08 -05:00
.goreleaser.yaml Fix version 2022-07-24 23:40:37 -05:00
LICENSE go mod init 2021-09-19 22:08:35 -05:00
README.md Usage and tests 2022-07-24 23:25:08 -05:00
go.mod Usage and tests 2022-07-24 23:25:08 -05:00
go.sum Usage and tests 2022-07-24 23:25:08 -05:00
gomodinit_test.go Usage and tests 2022-07-24 23:25:08 -05:00
main.go Usage and tests 2022-07-24 23:25:08 -05:00

README.md

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