golang.org/x/mod/module.InvalidPathError.Kind (field)

5 uses

	golang.org/x/mod/module (current package)
		module.go#L200: 	Kind string // "module", "import", or "file"
		module.go#L206: 	return fmt.Sprintf("malformed %s path %q: %v", e.Kind, e.Path, e.Err)
		module.go#L313: 			err = &InvalidPathError{Kind: "module", Path: path, Err: err}
		module.go#L363: 		return &InvalidPathError{Kind: "import", Path: path, Err: err}
		module.go#L498: 		return &InvalidPathError{Kind: "file", Path: path, Err: err}