Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
BUILD.bazel | D | 04-Jul-2025 | 665 | 37 | 31 | |
README.rst | D | 04-Jul-2025 | 326 | 11 | 7 | |
bin.go | D | 04-Jul-2025 | 29 | 4 | 2 | |
compilation_outputs_test.go | D | 04-Jul-2025 | 1.2 KiB | 60 | 52 | |
lib.go | D | 04-Jul-2025 | 12 | 2 | 1 | |
lib_test.go | D | 04-Jul-2025 | 12 | 2 | 1 |
README.rst
1output_groups functionality 2=========================== 3 4Tests to ensure the supported `output_groups` are working as expected. 5 6compilation_outputs_test 7------------------------ 8 9Checks that the `compilation_outputs` output group is populated with the 10compiled archives from `go_library`, `go_test`, and `go_binary` targets. 11