func os.IsNotExist
16 uses
os (current package)
dir_unix.go#L122: if IsNotExist(err) {
dir_unix.go#L133: if IsNotExist(err) {
error.go#L90: func IsNotExist(err error) bool {
file_unix.go#L263: if _, err := Stat(name); IsNotExist(err) {
removeall_at.go#L30: if err == nil || IsNotExist(err) {
removeall_at.go#L39: if IsNotExist(err) {
removeall_at.go#L64: if err == nil || IsNotExist(err) {
removeall_at.go#L84: if IsNotExist(statErr) {
removeall_at.go#L103: if IsNotExist(err) {
removeall_at.go#L117: if IsNotExist(readErr) {
removeall_at.go#L161: if unlinkError == nil || IsNotExist(unlinkError) {
tempfile.go#L104: if IsNotExist(err) {
tempfile.go#L105: if _, err := Stat(dir); IsNotExist(err) {
crypto/x509
root_unix.go#L47: if firstErr == nil && !os.IsNotExist(err) {
root_unix.go#L64: if firstErr == nil && !os.IsNotExist(err) {
github.com/gotd/td/session
storage_file.go#L28: if os.IsNotExist(err) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |