diff --git a/submodule/remote.go b/submodule/remote.go index 320652e..3fc83a1 100644 --- a/submodule/remote.go +++ b/submodule/remote.go @@ -5,10 +5,10 @@ import ( // HACK ALERT // 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 // 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" )