From d37b5ce6c11665936388480994ccded96c3dc884 Mon Sep 17 00:00:00 2001 From: Eric Paniagua Date: Thu, 14 Apr 2016 08:38:38 -0700 Subject: [PATCH] Fix repo reference to go.bzl. --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index f5cb317..44ff975 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -16,7 +16,7 @@ git_repository( BARE_BUILD = """ -load("@bazel_tools//tools/build_rules/go:def.bzl", "go_prefix", "go_library") +load("@io_bazel_rules_go//go:def.bzl", "go_prefix", "go_library") go_prefix("github.com/laramiel/bazel-example-golang-bare")