• Home
Name Date Size #Lines LOC

..--

BUILD.bazelD04-Jul-2025163 75

README.rstD04-Jul-2025369 118

build_stdlib_test.goD04-Jul-20252.2 KiB9868

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.