fix(lint): use default:none to disable errcheck, fix all gofmt and exhaustive
This commit is contained in:
parent
4426219f35
commit
aed5f0475d
24 changed files with 74 additions and 77 deletions
|
|
@ -83,8 +83,8 @@ func TestWSTransportConnectAndAuth(t *testing.T) {
|
|||
|
||||
// Send registered response
|
||||
conn.WriteJSON(wsRegisteredMessage{
|
||||
Type: "registered",
|
||||
User: UserInfo{Name: "WS User", Plan: "pro", IsPro: true},
|
||||
Type: "registered",
|
||||
User: UserInfo{Name: "WS User", Plan: "pro", IsPro: true},
|
||||
Features: FeatureFlags{Torrent: true},
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue