Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
boringcrypto/ | H | 25-Apr-2025 | - | 134 | 96 | |
build_stdlib/ | H | 25-Apr-2025 | - | 116 | 81 | |
c_linkmodes/ | H | 25-Apr-2025 | - | 374 | 253 | |
cgo/ | H | 25-Apr-2025 | - | 1,507 | 1,090 | |
coverage/ | H | 25-Apr-2025 | - | 896 | 696 | |
cross/ | H | 25-Apr-2025 | - | 816 | 605 | |
go_bazel_test/ | H | 25-Apr-2025 | - | 91 | 60 | |
go_binary/ | H | 25-Apr-2025 | - | 1,054 | 762 | |
go_download_sdk/ | H | 25-Apr-2025 | - | 203 | 164 | |
go_library/ | H | 25-Apr-2025 | - | 869 | 629 | |
go_path/ | H | 25-Apr-2025 | - | 524 | 433 | |
go_plugin/ | H | 25-Apr-2025 | - | 76 | 55 | |
go_plugin_with_proto_library/ | H | 25-Apr-2025 | - | 101 | 76 | |
go_proto_library/ | H | 25-Apr-2025 | - | 918 | 570 | |
go_proto_library_importmap/ | H | 25-Apr-2025 | - | 55 | 41 | |
go_test/ | H | 25-Apr-2025 | - | 1,540 | 1,015 | |
importmap/ | H | 25-Apr-2025 | - | 139 | 73 | |
nogo/ | H | 25-Apr-2025 | - | 2,143 | 1,628 | |
output_groups/ | H | 25-Apr-2025 | - | 116 | 94 | |
race/ | H | 25-Apr-2025 | - | 321 | 258 | |
runfiles/ | H | 25-Apr-2025 | - | 304 | 199 | |
starlark/ | H | 25-Apr-2025 | - | 270 | 217 | |
stdlib/ | H | 25-Apr-2025 | - | 194 | 142 | |
strip/ | H | 25-Apr-2025 | - | 292 | 254 | |
transition/ | H | 25-Apr-2025 | - | 408 | 322 | |
README.rst | H A D | 25-Apr-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