index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
websocket
/
rootroute_test.go
Age
Commit message (
Expand
)
Author
2026-01-03
all: use SPDX license header format
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2024-02-15
all: set unused parameter to "_"
Shulhan
2023-07-01
lib/websocket: prefix the error with function or method names
Shulhan
2023-04-04
lib/websocket: fix test on RootRouteAdd
Shulhan
2022-10-02
lib/websocket: remove global variables when testing rootRoute
Shulhan
2022-06-09
lib/websocket: refactoring code
Shulhan
2022-06-09
lib/websocket: realign all struct to minimize allocations
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-01-22
websocket: change the RouteHandler signature to return Response
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-03-01
all: fix warnings from linter
Shulhan
2018-11-30
all: minimize and suppress linter warnings for global variables
Shulhan
2018-11-29
all: fix warnings from linters
Shulhan
2018-07-06
Add implementation of websocket server and client (RFC 6455)
Shulhan