Skip to content

Instantly share code, notes, and snippets.

@BNPrashanth
Last active April 12, 2019 19:25
Show Gist options
  • Save BNPrashanth/39c4cb8da048ce7a8706d278bed311a9 to your computer and use it in GitHub Desktop.
Save BNPrashanth/39c4cb8da048ce7a8706d278bed311a9 to your computer and use it in GitHub Desktop.
GeneralLogger = log.New(generalLog, "General Logger:\t", log.Ldate|log.Ltime|log.Lshortfile)
ErrorLogger = log.New(generalLog, "Error Logger:\t", log.Ldate|log.Ltime|log.Lshortfile)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment