github.com/suiyunonghen/DxCommonLib@v0.5.3/system/painc_capture.go (about) 1 package system 2 3 import "os" 4 5 func RedirectPanic(f *os.File)error { 6 return redirectStdErr(f) 7 }