golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/cmd/gorelease/testdata/mod/example.com_nomod_v0.0.1.txt (about) 1 -- .mod -- 2 module example.com/nomod 3 -- p/p.go -- 4 package p // import "example.com/something/different" 5 6 // The import comment above is ignored by gorelease and by modules.