7 lines
321 B
Bash
Executable File
7 lines
321 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# github.com/bazelbuild/rules_go/issues/3110
|
|
# export GOPACKAGESDRIVER_BAZEL_BUILD_FLAGS=--strategy=GoStdlibList=local
|
|
# github.com/bazelbuild/rules_go/wiki/Editor-setup
|
|
REPO_ROOT=$(git rev-parse --show-toplevel)
|
|
${REPO_ROOT}/tools/bazel_launcher.sh run -- @rules_go//go/tools/gopackagesdriver "${@}"
|