package dethnote import "git.kirsle.net/go/log" // Log for the app. var Log *log.Logger func init() { Log = log.GetLogger("dethnote") }