1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
# Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.3.0. 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
COPYRIGHT="${GOBIN}/copyright-v0.0.0-20210107100701-44cf59f65a1b"
EMBEDMD="${GOBIN}/embedmd-v1.0.0"
FAILLINT="${GOBIN}/faillint-v1.5.0"
GOIMPORTS="${GOBIN}/goimports-v0.0.0-20200519204825-e64124511800"
GOLANGCI_LINT="${GOBIN}/golangci-lint-v1.26.0"
MDOX="${GOBIN}/mdox-v0.1.1-0.20201227133330-19093fdd9326"
MISSPELL="${GOBIN}/misspell-v0.3.4"
PROXY="${GOBIN}/proxy-v0.10.0"
|