Skip to content

Commit

Permalink
tabs because Go
Browse files Browse the repository at this point in the history
  • Loading branch information
zachshattuck committed Sep 22, 2024
1 parent ec9ffe6 commit 02d6c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func main() {
frame, err := gows.DeserializeWebSocketFrame(buf[:n])
if err != nil {
fmt.Fprintln(os.Stderr, "Failed to deserialize frame: ", err)
continue
continue
}

switch frame.Opcode {
Expand Down

0 comments on commit 02d6c4d

Please sign in to comment.