Golang - fixing bugs in upstream modules
·1 min
The cmd below will create a vendor folder that can be committed with your code. Additionally, the modules in the vendor folder can be patched to address upstream bugs.
go mod vendor