Merge pull request #1 from paniag/master
Fix broken configs for "remote" and "bare" repos.
This commit is contained in:
@ -11,12 +11,12 @@ go_repositories()
|
|||||||
git_repository(
|
git_repository(
|
||||||
name = "ws_remote",
|
name = "ws_remote",
|
||||||
remote = "https://github.com/laramiel/bazel-example-golang-remote.git",
|
remote = "https://github.com/laramiel/bazel-example-golang-remote.git",
|
||||||
commit = "8f2e405",
|
commit = "4a9199b",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
BARE_BUILD = """
|
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")
|
go_prefix("github.com/laramiel/bazel-example-golang-bare")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user