From bcb5a21b3799229a0cda57b4101a991e74b89748 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Tue, 4 Feb 2014 15:37:34 -0600 Subject: [PATCH] Add comment to ErrBadAuth to make go lint happy. --- rpcwebsocket.go | 1 + 1 file changed, 1 insertion(+) diff --git a/rpcwebsocket.go b/rpcwebsocket.go index baf8b792..4d4a8789 100644 --- a/rpcwebsocket.go +++ b/rpcwebsocket.go @@ -27,6 +27,7 @@ import ( var timeZeroVal time.Time +// ErrBadAuth describes an error that was the result of invalid credentials. var ErrBadAuth = errors.New("invalid credentials") type ntfnChan chan btcjson.Cmd