| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-18 | all: remove the "nolint" tag | Shulhan | |
| The nolint tag is to ignore being linted by golangci-lint. Since we are not using golangci-lint anymore, we can remove it. | |||
| 2024-03-05 | all: comply with linter recommendations | Shulhan | |
| 2024-03-05 | all: replace module "share" with "pakakeh.go" | Shulhan | |
| 2023-12-13 | all: replace "lib/parser" with "strings/parser" | Shulhan | |
| The lib/parser has been deprecated. | |||
| 2022-07-16 | all: reformat all Go files | Shulhan | |
| Replace any usage of ":=" with "var" declaration with type. The ideas is to make the code reader know what is the expected return value of function/method. | |||
| 2022-07-16 | all: reformat all Go files | Shulhan | |
| 2022-02-21 | all: relicense the asciidoctor-go under GPL 3.0 or later | Shulhan | |
| Signed-off-by: Shulhan <ms@kilabit.info> | |||
| 2020-12-20 | all: use consistent names for parser | Shulhan | |
| Instead of parserX (or parser_x.go) we move the X as prefix so it will become XParser (or x_parser.go). | |||
