We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea4d1f6 + 7a8dacf commit 462d5c5Copy full SHA for 462d5c5
doc.go
@@ -33,7 +33,7 @@
33
// if err != nil {
34
// return
35
// }
36
-// if err = conn.WriteMessage(messageType, p); err != nil {
+// if err := conn.WriteMessage(messageType, p); err != nil {
37
// return err
38
39
0 commit comments