package main import ( log "gitlab.com/martinr92/golog" ) func main() { someMethod() } func someMethod() { log.Default.Info("Hello World") }