package main import ( log "git.staur.ca/stobbsm/simplelog" ) func ReallyLongRuneset() { log.Info("examples.ReallyLongRuneset").Msg("Really long runeset") }