...

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

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

     1-- .mod --
     2module example.com/nomod
     3-- p/p.go --
     4package p // import "example.com/something/different"
     5
     6// The import comment above is ignored by gorelease and by modules.

View as plain text