13 lines
409 B
Bash
13 lines
409 B
Bash
|
# Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.8. DO NOT EDIT.
|
||
|
# All tools are designed to be build inside $GOBIN.
|
||
|
# Those variables will work only until 'bingo get' was invoked, or if tools were installed via Makefile's Variables.mk.
|
||
|
GOBIN=${GOBIN:=$(go env GOBIN)}
|
||
|
|
||
|
if [ -z "$GOBIN" ]; then
|
||
|
GOBIN="$(go env GOPATH)/bin"
|
||
|
fi
|
||
|
|
||
|
|
||
|
GOIMPORTS="${GOBIN}/goimports-v0.9.3"
|
||
|
|