go mod init
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
8 months ago
.woodpecker Fix version 8 months ago
.gitignore Usage and tests 8 months ago
.goreleaser.yaml Fix version 8 months ago
LICENSE go mod init 2 years ago
README.md Usage and tests 8 months ago
go.mod Usage and tests 8 months ago
go.sum Usage and tests 8 months ago
gomodinit_test.go Usage and tests 8 months ago
main.go Usage and tests 8 months ago

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