X-Git-Url: https://code.octet-stream.net/broadcaster/blobdiff_plain/58bdba17879dd4866007647d06e2bdce1acf1f59..abff2fe6f304da8f632c88d6d66c3304ecb6a7b5:/radio/config.go diff --git a/radio/config.go b/radio/config.go index 331f9f5..a91787e 100644 --- a/radio/config.go +++ b/radio/config.go @@ -48,7 +48,7 @@ func (c *RadioConfig) Validate() error { return errors.New("ServerURL must be provided in the configuration") } if c.Token == "" { - return errors.New("Token must be provided in the configuration") + return errors.New("token must be provided in the configuration") } return nil }