...

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

Documentation: cmd/go/testdata/script

     1[short] skip  # links and runs a test binary
     2
     3go test -v .
     4
     5-- go.mod --
     6module example.com/pkg_test
     7
     8-- pkg.go --
     9package pkg_test
    10
    11-- pkg_test.go --
    12package pkg_test

View as plain text