Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
BUILD.bazel | D | 04-Jul-2025 | 151 | 7 | 5 | |
README.rst | D | 04-Jul-2025 | 470 | 18 | 12 | |
config_test.go | D | 04-Jul-2025 | 1.4 KiB | 63 | 37 |
README.rst
1Nogo configuration 2================== 3 4.. _nogo: /go/nogo.rst 5.. _go_binary: /docs/go/core/rules.md#_go_binary 6.. _#1850: https://github.com/bazelbuild/rules_go/issues/1850 7.. _#2470: https://github.com/bazelbuild/rules_go/issues/2470 8 9Tests that verify nogo_ works on targets compiled in non-default configurations. 10 11.. contents:: 12 13config_test 14----------- 15 16Verifies that a `go_binary`_ can be built in non-default configurations with 17nogo. Verifies `#1850`_, `#2470`_. 18