aboutsummaryrefslogtreecommitdiff
path: root/messages/logger.go
blob: 46c12e6b40f2656396a2467fcc8f2ad96886d488 (plain)
1
2
3
4
5
package messages

const (
	LoggerNotInitialized = "logger.Init() was not called"
)