Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
boringcrypto/ | 04-Jul-2025 | - | 134 | 96 | ||
build_stdlib/ | 04-Jul-2025 | - | 116 | 81 | ||
c_linkmodes/ | 04-Jul-2025 | - | 374 | 253 | ||
cgo/ | 04-Jul-2025 | - | 1,507 | 1,090 | ||
coverage/ | 04-Jul-2025 | - | 896 | 696 | ||
cross/ | 04-Jul-2025 | - | 816 | 605 | ||
go_bazel_test/ | 04-Jul-2025 | - | 91 | 60 | ||
go_binary/ | 04-Jul-2025 | - | 1,054 | 762 | ||
go_download_sdk/ | 04-Jul-2025 | - | 203 | 164 | ||
go_library/ | 04-Jul-2025 | - | 869 | 629 | ||
go_path/ | 04-Jul-2025 | - | 524 | 433 | ||
go_plugin/ | 04-Jul-2025 | - | 76 | 55 | ||
go_plugin_with_proto_library/ | 04-Jul-2025 | - | 101 | 76 | ||
go_proto_library/ | 04-Jul-2025 | - | 918 | 570 | ||
go_proto_library_importmap/ | 04-Jul-2025 | - | 55 | 41 | ||
go_test/ | 04-Jul-2025 | - | 1,540 | 1,015 | ||
importmap/ | 04-Jul-2025 | - | 139 | 73 | ||
nogo/ | 04-Jul-2025 | - | 2,143 | 1,628 | ||
output_groups/ | 04-Jul-2025 | - | 116 | 94 | ||
race/ | 04-Jul-2025 | - | 321 | 258 | ||
runfiles/ | 04-Jul-2025 | - | 304 | 199 | ||
starlark/ | 04-Jul-2025 | - | 270 | 217 | ||
stdlib/ | 04-Jul-2025 | - | 194 | 142 | ||
strip/ | 04-Jul-2025 | - | 292 | 254 | ||
transition/ | 04-Jul-2025 | - | 408 | 322 | ||
README.rst | D | 04-Jul-2025 | 1.4 KiB | 36 | 29 |
README.rst
1Core Go rules tests 2=================== 3 4This contains tests of the core go rules. 5 6Contents 7-------- 8 9.. Child list start 10 11* `Misc configuration transition tests <transition/README.rst>`_ 12* `Basic go_library functionality <go_library/README.rst>`_ 13* `output_groups functionality <output_groups/README.rst>`_ 14* `Basic -buildmode=plugin functionality <go_plugin/README.rst>`_ 15* `go_bazel_test macro functionality <go_bazel_test/README.rst>`_ 16* `Core Go rules tests <nogo/README.rst>`_ 17* `go_proto_library importmap <go_proto_library_importmap/README.rst>`_ 18* `Cross compilation <cross/README.rst>`_ 19* `Basic go_proto_library functionality <go_proto_library/README.rst>`_ 20* `c-archive / c-shared linkmodes <c_linkmodes/README.rst>`_ 21* `Basic go_test functionality <go_test/README.rst>`_ 22* `.. _#2067: https://github.com/bazelbuild/rules_go/issues/2067 <cgo/README.rst>`_ 23* `Runfiles functionality <runfiles/README.rst>`_ 24* `go_download_sdk <go_download_sdk/README.rst>`_ 25* `go_embed_data <go_embed_data/README.rst>`_ 26* `race instrumentation <race/README.rst>`_ 27* `stdlib functionality <stdlib/README.rst>`_ 28* `Basic go_binary functionality <go_binary/README.rst>`_ 29* `Starlark unit tests <starlark/README.rst>`_ 30* `.. _#2127: https://github.com/bazelbuild/rules_go/issues/2127 <coverage/README.rst>`_ 31* `Import maps <importmap/README.rst>`_ 32* `Basic go_path functionality <go_path/README.rst>`_ 33 34.. Child list end 35 36