Add note not to `go get github.com/BurntSushi/go-sumtype` in build directory as this will cause vendor issues

This commit is contained in:
PaulC 2021-02-27 20:06:25 +00:00
parent 2bea3167c4
commit cab00d043e
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ tunnelrpc/tunnelrpc.capnp.go: tunnelrpc/tunnelrpc.capnp
.PHONY: vet
vet:
go vet -mod=vendor ./...
which go-sumtype # go get github.com/BurntSushi/go-sumtype
which go-sumtype # go get github.com/BurntSushi/go-sumtype (don't do this in build directory or this will cause vendor issues)
go-sumtype $$(go list -mod=vendor ./...)
.PHONY: msi