Hack around broken bazel go build rules.

Fix comment in submodule/remote.go
This commit is contained in:
Laramie Leavitt
2016-03-03 18:14:20 -08:00
parent dfd84d2172
commit 53207a1865

View File

@ -5,10 +5,10 @@ import (
// HACK ALERT // HACK ALERT
// The correct import is this: // The correct import is this:
// "github.com/laramiel/bazel-example-golang-bare/bare" // "github.com/laramiel/bazel-example-golang-remote/remote"
// But the bazel build rules for subversion packages don't support alternate // But the bazel build rules for subversion packages don't support alternate
// go_prefix() commands. // go_prefix() commands.
// We hack around it by importing where those external dependencies end up: // We hack around it by importing where those dependencies end up:
"github.com/laramiel/bazel-example-golang/submodule/src/remote/remote" "github.com/laramiel/bazel-example-golang/submodule/src/remote/remote"
) )