This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Description
Using the default GOPATH (not explicitly setting it) results in an error saying that git is not in PATH (it is):
> retool do
retool: syncing
retool: downloading github.com/vektra/mockery/cmd/mockery
retool: fatal err: execution error on "go get -d github.com/vektra/mockery/cmd/mockery": go: missing Git command. See https://golang.org/s/gogetcmd
package github.com/vektra/mockery/cmd/mockery: exec: "git": executable file not found in $PATH
: failed to 'go get' tool: exit status 1
It would be nice if retool worked with the default GOPATH or at least warned if GOPATH isn't set.
> retool version
retool v1.0%