...

Text file src/golang.org/x/exp/cmd/gorelease/testdata/mod/example.com_tidy_b_v0.2.0.txt

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

     1-- go.mod --
     2module example.com/tidy/b
     3
     4go 1.12
     5-- p.go --
     6package b
     7
     8func B() {}

View as plain text