mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
13 lines
401 B
Bash
13 lines
401 B
Bash
|
# Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.4.3. 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
|
||
|
|
||
|
|
||
|
WIRE="${GOBIN}/wire-v0.5.0"
|
||
|
|