...

Text file src/golang.org/x/exp/cmd/gorelease/testdata/mod/example.com_tidy_a_v0.1.0.txt

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

     1-- go.mod --
     2module example.com/tidy/a
     3
     4go 1.12
     5
     6require example.com/tidy/b v0.2.0
     7-- p.go --
     8package a
     9
    10import _ "example.com/tidy/b"

View as plain text