Sign in
go
/
go.git
/
f2ec1254ff32fa39f3ce4faf72bbe44eeeeebad9
/
.
/
src
/
cmd
/
go
/
testdata
/
script
/
cover_switch_toolchain.txt
blob: dace804fb6cb27bcba2123ba2ce0f85567abb4e0 [
file
]
go test -cover -n ./...
[!GOOS:windows] stderr $GOROOT'/bin/go tool covdata'
[GOOS:windows] stderr '\\\\bin\\\\go" tool covdata'
-- go.mod --
module example.com/m
go 1.25.0
-- m.go --
package main
func main() {}