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.
ci/woodpecker/push/goreleaser Pipeline was successful
Details
ci/woodpecker/tag/goreleaser Pipeline was successful
Details
Signed-off-by: jolheiser <john.olheiser@gmail.com> |
8 months ago | |
---|---|---|
.woodpecker | 8 months ago | |
.gitignore | 8 months ago | |
.goreleaser.yaml | 8 months ago | |
LICENSE | 2 years ago | |
README.md | 8 months ago | |
go.mod | 8 months ago | |
go.sum | 8 months ago | |
gomodinit_test.go | 8 months ago | |
main.go | 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.