Piotr Persona
Piotr Persona
I receive `EOF` error on `ws.Upgrade` during high load on a server. I took code from example and run ~2k concurrent connections to websocket server. Another thing is that I...
> Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards) before sending pull request. Thanks! **Please provide package links to:** - repo link (github.com, gitlab.com,...
I'd like to add https://github.com/piotrpersona/slen. This linter detects if slice arguments were accessed without checking slice length.
## Summary Toggle on/off Unset method with an option. ## Changes - New type `UnsetOption` was defined - New function that return `UnsetOption` were defined: `WithUnsetToggle`, `WithUnsetEnabled`, `WithUnsetDisabled` - `Unset`...