...

Text file src/cmd/go/testdata/script/mod_get_fips140_issue73649.txt

Documentation: cmd/go/testdata/script

     1[GOEXPERIMENT:boringcrypto] skip
     2
     3env GOFIPS140=v1.0.0
     4env GOCACHE=$WORK/cache
     5go get example.com/importcrypto
     6
     7-- go.mod --
     8module m
     9
    10go 1.24

View as plain text