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