...

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

Documentation: cmd/go/testdata/script

     1go test -cover -n ./...
     2[!GOOS:windows] stderr $GOROOT'/bin/go tool covdata'
     3[GOOS:windows] stderr '\\\\bin\\\\go" tool covdata'
     4
     5-- go.mod --
     6module example.com/m
     7
     8go 1.25.0
     9-- m.go --
    10package main
    11
    12func main() {}

View as plain text