This commit is contained in:
Christian Nieves
2023-07-03 17:36:08 -05:00
parent a8b370c7b9
commit 8efe9263b1
4 changed files with 0 additions and 15 deletions

6
.gitmodules vendored
View File

@ -4,9 +4,3 @@
[submodule "submodule/src/remote"]
path = submodule/src/remote
url = git://github.com/laramiel/bazel-example-golang-remote
[submodule "vendor/github.com/laramiel/bazel-example-golang-remote"]
path = vendor/github.com/laramiel/bazel-example-golang-remote
url = git://github.com/laramiel/bazel-example-golang-remote
[submodule "vendor/github.com/laramiel/bazel-example-golang-bare"]
path = vendor/github.com/laramiel/bazel-example-golang-bare
url = git://github.com/laramiel/bazel-example-golang-bare

7
vendor/github.com/laramiel/BUILD generated vendored
View File

@ -1,7 +0,0 @@
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "bare",
srcs = ["bazel-example-golang-bare/bare.go"],
visibility = ["//visibility:public"],
)