-4

I'm using go mod for my project. If my understanding is right, go.mod and go.sum can be checked in. However, I'm curious to know if I should check in pkg/mod/cache as well.

enter image description here

4

1 回答 1

2

Should I checkin pkg/mod/cache to git?

No.

If you want to vendor your dependencies use go mod vendor.

于 2021-03-29T20:31:58.597 回答