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.