Skip to content

Commit 5f0c451

Browse files
committed
cmd/go/internal/modload: remove example for gopkg.in module initialization
1 parent e75bb92 commit 5f0c451

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/cmd/go/internal/modload/init.go

-1
Original file line numberDiff line numberDiff line change
@@ -1734,7 +1734,6 @@ func findModulePath(dir string) (string, error) {
17341734
Example usage:
17351735
'go mod init example.com/m' to initialize a v0 or v1 module
17361736
'go mod init example.com/m/v2' to initialize a v2 module
1737-
'go mod init gopkg.in/m.v1' to initialize a gopkg.in module
17381737
17391738
Run 'go help mod init' for more information.
17401739
`

0 commit comments

Comments
 (0)