Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for modPath (0.18 sec)

  1. src/cmd/go/internal/modload/init.go

    		if strings.HasPrefix(modPath, "gopkg.in/") {
    			invalidMajorVersionMsg := fmt.Errorf("module paths beginning with gopkg.in/ must always have a major version suffix in the form of .vN:\n\tgo mod init %s", suggestGopkgIn(modPath))
    			base.Fatalf(`go: invalid module path "%v": %v`, modPath, invalidMajorVersionMsg)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
Back to top