Skip to content

Commit

Permalink
you're soooo naive
Browse files Browse the repository at this point in the history
  • Loading branch information
quii committed Jan 28, 2019
1 parent 895ebe9 commit 2f82ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion websockets.md
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ Before that though, let's tidy up some code.
## Refactor
The way we're using websockets is fairly basic and the error handling is fairly naieve, so I wanted to encapsulate that in a type just to remove that messyness from the server code. We may wish to revisit it later but for now this'll tidy things up a bit
The way we're using websockets is fairly basic and the error handling is fairly naive, so I wanted to encapsulate that in a type just to remove that messyness from the server code. We may wish to revisit it later but for now this'll tidy things up a bit
```go
type playerServerWS struct {
Expand Down

0 comments on commit 2f82ee0

Please sign in to comment.