Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
BUILD.bazel | D | 04-Jul-2025 | 163 | 7 | 5 | |
README.rst | D | 04-Jul-2025 | 369 | 11 | 8 | |
build_stdlib_test.go | D | 04-Jul-2025 | 2.2 KiB | 98 | 68 |
README.rst
1Building with standard libraries with missing .a files 2=========== 3 4Tests to ensure that building with Go 1.20 and later versions of Go, which no longer 5include precompiled standard library .a files, continues to work 6 7build_stdlib_test 8-------------- 9 10Test that a simple binary depending on a simple library can build when the WORKSPACE's 11go version is set to 1.20rc1.