var os.ErrNotExist

2 uses

	os (current package)
		error.go#L24: 	ErrNotExist   = fs.ErrNotExist   // "file does not exist"
		error.go#L93: 	return underlyingErrorIs(err, ErrNotExist)