func golang.org/x/mod/module.splitGopkgIn

2 uses

	golang.org/x/mod/module (current package)
		module.go#L489: 		return splitGopkgIn(path)
		module.go#L511: func splitGopkgIn(path string) (prefix, pathMajor string, ok bool) {