Skip to content

Instantly share code, notes, and snippets.

@rishiloyola
Last active January 15, 2016 10:36
Show Gist options
  • Save rishiloyola/cc8dc65af316a6b21e5b to your computer and use it in GitHub Desktop.
Save rishiloyola/cc8dc65af316a6b21e5b to your computer and use it in GitHub Desktop.
if err != nil {
pc, fn, line, _ := runtime.Caller(1)
message := fmt.Sprintf("[error] %s[%s:%d] %s", runtime.FuncForPC(pc).Name(), fn, line, err.Error())
log.Println(message)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment