From 53207a1865022044b3ad8afde56254fbf6d18de3 Mon Sep 17 00:00:00 2001 From: Laramie Leavitt Date: Thu, 3 Mar 2016 18:14:20 -0800 Subject: [PATCH] Hack around broken bazel go build rules. Fix comment in submodule/remote.go --- submodule/remote.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" )