Import tool dependencies in go modules instead of go get #918
Labels
hacktoberfest
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
As per the best practices recommended by the Go team, it is better to add tool dependencies like embedmd, benchcmp etc as module dependencies instead of
go get
as done over here.You can follow the steps mentioned here: https://github.com/kubernetes/kube-state-metrics/blob/master/Makefile#L136
The text was updated successfully, but these errors were encountered: