Skip to content

Instantly share code, notes, and snippets.

@winebarrel

winebarrel/ann1 Secret

Last active February 21, 2022 03:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save winebarrel/5704b446dfb3d22de072dee1d0c92e32 to your computer and use it in GitHub Desktop.
Save winebarrel/5704b446dfb3d22de072dee1d0c92e32 to your computer and use it in GitHub Desktop.
syscall.Errno: no such file or directory
*fs.PathError: open not_found: no such file or directory
*errors.withStack: from f3(): open not_found: no such file or directory
main.f3
/Users/.../main.go:25
*errors.withStack: from f2(): from f3(): open not_found: no such file or directory
main.f2
/Users/.../main.go:20
*errors.withStack: from f1(): from f2(): from f3(): open not_found: no such file or directory
main.f1
/Users/.../main.go:16
main.main
/Users/.../main.go:11
runtime.main
/usr/local/Cellar/go/1.17.6/libexec/src/runtime/proc.go:255
runtime.goexit
/usr/local/Cellar/go/1.17.6/libexec/src/runtime/asm_amd64.s:1581
from f3(): open not_found: no such file or directory
main.f3
/Users/.../main.go:25
from f2(): from f3(): open not_found: no such file or directory
main.f2
/Users/.../main.go:20
from f1(): from f2(): from f3(): open not_found: no such file or directory
main.f1
/Users/.../main.go:16
main.main
/Users/.../main.go:11
runtime.main
/usr/local/Cellar/go/1.17.6/libexec/src/runtime/proc.go:255
runtime.goexit
/usr/local/Cellar/go/1.17.6/libexec/src/runtime/asm_amd64.s:1581
*errors.withStack: from f1(): from f2(): from f3(): open not_found: no such file or directory
main.f1
/Users/.../main.go:16
main.main
/Users/.../main.go:11
runtime.main
/usr/local/Cellar/go/1.17.6/libexec/src/runtime/proc.go:255
runtime.goexit
/usr/local/Cellar/go/1.17.6/libexec/src/runtime/asm_amd64.s:1581
*errors.withStack: from f2(): from f3(): open not_found: no such file or directory
main.f2
/Users/.../main.go:20
*errors.withStack: from f3(): open not_found: no such file or directory
main.f3
/Users/.../main.go:25
*fs.PathError: open not_found: no such file or directory
(no stack trace available)
syscall.Errno: no such file or directory
(no stack trace available)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment