aboutsummaryrefslogtreecommitdiff
path: root/utils/toml/messages.go
blob: 226583e601074af20af6e7720826b324f27bbbde (plain)
1
2
3
4
5
6
7
package toml

const (
	ConfigFileReadFailed       = "Failed to read config file %s: %s."
	ConfigSectionInvalid       = "Config section '%s' has invalid data."
	ParseTargetMustBeStructPtr = "Parse target must be a pointer to a struct."
)