package main import ( log "github.com/sirupsen/logrus" ) func main() { log.Println("Hello World") }