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