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