Documentation
¶
Index ¶
Constants ¶
View Source
const ERRORMSG = "GET error != nil"
Variables ¶
This section is empty.
Functions ¶
func HandleError ¶
func HandleError(e error)
HandleError is a function to handle error using Errorln, do nothing if error is nil
func HandleFatal ¶
func HandleFatal(e error)
HandleFatal is a function to handle error using Fatalln, do nothing if error is nil
func HandlePanic ¶
func HandlePanic(e error)
HandlePanic is a function to handle error using Panicln, do nothing if error is nil
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.