...

Text file src/github.com/bazelbuild/bazel-gazelle/internal/repository_rules_test_errors.patch

Documentation: github.com/bazelbuild/bazel-gazelle/internal

     1diff --git a/BUILD.bazel b/BUILD.bazel
     2index 04cc59f..010b004 100644
     3--- a/BUILD.bazel
     4+++ b/BUILD.bazel
     5@@ -1,7 +1,7 @@
     6 load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
     7 
     8 go_library(
     9-    name = "go_default_library",
    10+    name = "errors",
    11     srcs = [
    12         "errors.go",
    13         "stack.go",
    14@@ -11,7 +11,7 @@ go_library(
    15 )
    16 
    17 go_test(
    18-    name = "go_default_test",
    19+    name = "errors_test",
    20     srcs = [
    21         "bench_test.go",
    22         "errors_test.go",

View as plain text