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

4 uses

	golang.org/x/mod/module (current package)
		module.go#L218: 	if err := CheckPath(path); err != nil {
		module.go#L310: func CheckPath(path string) (err error) {
		module.go#L687: 	if err := CheckPath(path); err != nil {
		module.go#L742: 	if err := CheckPath(path); err != nil {