go mod init
 
 
Go to file
jolheiser 6686d64913
ci/woodpecker/push/goreleaser Pipeline was successful Details
feat: flake
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2023-12-21 19:04:53 -06: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
flake.lock feat: flake 2023-12-21 19:04:53 -06:00
flake.nix feat: flake 2023-12-21 19:04:53 -06: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