jolheiser
6686d64913
ci/woodpecker/push/goreleaser Pipeline was successful
Details
Signed-off-by: jolheiser <john.olheiser@gmail.com> |
||
---|---|---|
.woodpecker | ||
.gitignore | ||
.goreleaser.yaml | ||
LICENSE | ||
README.md | ||
flake.lock | ||
flake.nix | ||
go.mod | ||
go.sum | ||
gomodinit_test.go | ||
main.go |
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.