tree: db59aa7ca20fbf8c34e88d686971d3b5440449d2
  1. a/
  2. internal/
  3. BUILD.in
  4. BUILD.out
  5. expectedStderr.txt
  6. MODULE.bazel
  7. MODULE.bazel.lock
  8. README.md
tests/go_internal_nested_visibility/README.md

This test checks how the Go extension generates visibility directives for nested internal directories.

For //internal, visibility should be //:__subpackages__.

For //a/internal, visibility should be //a:__subpackages__.

For //internal/a/internal/b, visibility should be //internal/a:__subpackages__.