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." )