Skip to content

Commit

Permalink
fix: go workspaces example doesn't find WORKSPACE.bazel
Browse files Browse the repository at this point in the history
can try again to fix it later
  • Loading branch information
alexeagle committed Aug 20, 2024
1 parent f7d8c38 commit aa13482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go_workspaces/WORKSPACE.bazel → go_workspaces/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ load_libzmq()

load_libsodium()

load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")
load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies")
load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

############################################################
# Define your own dependencies here using go_repository.
Expand Down

0 comments on commit aa13482

Please sign in to comment.