| Server IP : 185.170.199.35 / Your IP : 216.73.217.143 Web Server : LiteSpeed System : Linux lt-bnk-web922.main-hosting.eu 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64 User : u970350538 ( 970350538) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /opt/golang/1.22.0/src/cmd/go/testdata/script/ |
Upload File : |
env GO111MODULE=off [short] skip [GODEBUG:gocacheverify=1] skip [compiler:gccgo] skip # gccgo has no standard packages # Start with a clean build cache: # test failures may be masked if the cache has just the right entries already. env GOCACHE=$WORK/cache # Run 'go vet os/user' once to warm up the cache. go vet os/user # Check that second vet reuses cgo-derived inputs. # The first command could be build instead of vet, # except that if the cache is empty and there's a net.a # in GOROOT/pkg, the build will not bother to regenerate # and cache the cgo outputs, whereas vet always will. go vet -x os/user ! stderr '^(clang|gcc)' # should not have run compiler ! stderr '[\\/]cgo ' # should not have run cgo