| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-03 | all: use SPDX license header format | Shulhan | |
| 2023-09-13 | lib/websocket: replace package "math/rand" with "crypto/rand" | Shulhan | |
| The rand.Seed has been deprecated since Go 1.20 (we use 1.20 in go.mod). The problem is if the user of this module is using Go tools < v1.20, there is no guarantee that the Seed is initialize randomly. | |||
