6 lines
270 B
Bash
Executable File
6 lines
270 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
|
|
/home/coder/.local/bin/bazel run -- @rules_go//go/tools/gopackagesdriver "${@}"
|