fbiville / headache

Utility to manage license headers in source files
Apache License 2.0
34 stars 8 forks source link

Do not assume `mockery` is globally available once installed in GOBIN #82

Closed fbiville closed 4 years ago

fbiville commented 4 years ago

Currently, the Makefile assumes that installing mockery into GOBIN (or GOPATH/bin) means it is globally available. This is a restrictive and unnecessary assumption.