mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
cleanup error messages
This commit is contained in:
@@ -38,7 +38,7 @@ func init() {
|
||||
hostString, ok := host.(string)
|
||||
|
||||
if !ok {
|
||||
return nil, errors.New("net.tcp.client host must be string")
|
||||
return nil, errors.New("net.tcp.client host must be a string")
|
||||
}
|
||||
|
||||
port, ok := params["port"]
|
||||
|
||||
Reference in New Issue
Block a user