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

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

View as plain text