Documentation ¶
Index ¶
- Variables
- func DisplayLog()
- func Fatal(v ...interface{})
- func Fatalf(s string, v ...interface{})
- func Match(re string, s string) bool
- func P(v ...interface{})
- func PreviousPanicString() string
- func Print(v ...interface{})
- func PrintStack()
- func Printf(s string, v ...interface{})
- func Println(v ...interface{})
- func RemovePreviousPanicFile()
- func Warning(v ...interface{})
- func Warningf(s string, v ...interface{})
- func WindowsSaveDebuggingInfo()
Constants ¶
This section is empty.
Variables ¶
View Source
var PreviousPanicFilename = filepath.Join(os.TempDir(), "editcp_crash.txt")
View Source
var StderrFilename = filepath.Join(os.TempDir(), "editcp_stderr.txt")
Functions ¶
func DisplayLog ¶
func DisplayLog()
func PreviousPanicString ¶
func PreviousPanicString() string
func PrintStack ¶
func PrintStack()
func RemovePreviousPanicFile ¶
func RemovePreviousPanicFile()
func WindowsSaveDebuggingInfo ¶ added in v1.0.20
func WindowsSaveDebuggingInfo()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.