energostack / bisquitt

Bisquitt, a transparent MQTT-SN gateway
Eclipse Public License 2.0
19 stars 3 forks source link

Uncapitalize all error strings #29

Closed mprymek closed 1 year ago

mprymek commented 1 year ago

According to the Go convention, all errors returned from functions should begin with a lower case letter.

On the contrary, errors logged using util.Logger.Error should be capitalized.