Hack around broken bazel go build rules.
Fix comment in submodule/remote.go
This commit is contained in:
@ -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"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user