| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-03 | all: use SPDX license header format | Shulhan | |
| 2023-12-13 | all: fix linter warnings reported by revive | Shulhan | |
| There are some reports that I disagree with revive, in example, code should not declare the type after variables. In my opinion, on some cases, declaring the type make the code more readable and explicit. Since I did not want to add new configuration file, we changes it and follow revive for now. | |||
| 2023-07-01 | lib/websocket: reformat comments and documentation | Shulhan | |
| 2023-07-01 | lib/websocket: prefix the error with function or method names | Shulhan | |
| Adding prefix provide better way to locate and debug the error in the future. | |||
| 2022-06-09 | lib/websocket: refactoring code | Shulhan | |
| Replace assignment from using ":=" to use variable declaration with type. Rationale: clarity and minimize duplicate temporary variables with the same type. | |||
| 2022-05-09 | all: reformat all codes using gofmt 1.19 (the Go tip) | Shulhan | |
| 2019-03-02 | websocket: add unit test for request and response | Shulhan | |
| The unit test catch an error with empty Request's Target or Method, also the wrong parameter when getting route. | |||
| 2019-01-29 | lib/websocket: uncapitalized the first letter of error messages | Shulhan | |
| 2018-11-30 | all: fix linter warnings on naked return | Shulhan | |
| 2018-07-06 | Add implementation of websocket server and client (RFC 6455) | Shulhan | |
