...

Text file src/golang.org/x/exp/cmd/gorelease/testdata/mod/example.com_tidy_v0.0.1.txt

Documentation: golang.org/x/exp/cmd/gorelease/testdata/mod

     1-- go.mod --
     2module example.com/tidy
     3
     4go 1.12
     5-- tidy.go --
     6package tidy

View as plain text