| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-05 | all: replace module "share" with "pakakeh.go" | Shulhan | |
| 2022-08-05 | all: cleaning up codes | Shulhan | |
| Use raw string literal whenever possible. | |||
| 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-02-21 | all: relicense the asciidoctor-go under GPL 3.0 or later | Shulhan | |
| Signed-off-by: Shulhan <ms@kilabit.info> | |||
| 2021-04-06 | go.mod: set minimum Go version to 1.16 and update module share to v0.25.1 | Shulhan | |
| The latest update on share v0.25.1 remove the last boolean parameter on lib/test.Assert(). | |||
| 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). | |||
