| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-15 | Makefile: add flag -failfast and -timeout to go test command | Shulhan | |
| 2026-01-13 | Makefile: use the old test coverage using CGO | Shulhan | |
| Using "test.gocoverdir" require creating the cover directory first, and when we changes the file name of go files there will be an error. | |||
| 2026-01-08 | all: fix wrong copyright year on some files | Shulhan | |
| I wrote the initial codes in December 2025 but commit it on year 2026. | |||
| 2026-01-08 | all: add missing license and copyright | Shulhan | |
| Ah, the irony. | |||
| 2026-01-06 | all: add common make tasks | Shulhan | |
| The "lint" task run the linters, and the "test" run all the test and generate the coverage (without CGO). The default task, run lint and test tasks. | |||
