func golang.org/x/mod/modfile.IsDirectoryPath

3 uses

	golang.org/x/mod/modfile (current package)
		rule.go#L345: 			if !IsDirectoryPath(ns) {
		rule.go#L360: 			if IsDirectoryPath(ns) {
		rule.go#L455: func IsDirectoryPath(ns string) bool {