Skip to content

Instantly share code, notes, and snippets.

@nodirt
Last active November 1, 2015 04:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nodirt/4f91b9b06ccdd02250d6 to your computer and use it in GitHub Desktop.
Save nodirt/4f91b9b06ccdd02250d6 to your computer and use it in GitHub Desktop.
type MyLogger interface {
Print(v ...interface{})
}
var l MyLogger = log.New(os.Stderr, "", 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment