Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
q3k
on March 22, 2021
|
parent
|
context
|
favorite
| on:
The ecosystem of the Go programming language
It's one `cp -r` and a 1 line change in go.mod [1]. You can also just `go mod vendor` to have all modules land in a `vendor/` directory when you can edit things as you wish [2].
[1] -
https://golang.org/ref/mod#go-mod-file-replace
[2] -
https://golang.org/ref/mod#vendoring
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[1] - https://golang.org/ref/mod#go-mod-file-replace
[2] - https://golang.org/ref/mod#vendoring