Skip to content

Instantly share code, notes, and snippets.

@netmarkjp
Created February 21, 2015 10:54
Show Gist options
  • Save netmarkjp/dc9c0aade65ab7e8ed59 to your computer and use it in GitHub Desktop.
Save netmarkjp/dc9c0aade65ab7e8ed59 to your computer and use it in GitHub Desktop.
template.go
import (
"os"
log "github.com/Sirupsen/logrus"
)
func main() {
log.SetOutput(os.Stderr)
log.SetLevel(log.DebugLevel)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment