aboutsummaryrefslogtreecommitdiff
path: root/table_parser.go
AgeCommit message (Collapse)Author
2025-02-18all: remove the "nolint" tagShulhan
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-05all: comply with linter recommendationsShulhan
2024-03-05all: replace module "share" with "pakakeh.go"Shulhan
2023-12-13all: replace "lib/parser" with "strings/parser"Shulhan
The lib/parser has been deprecated.
2022-07-16all: reformat all Go filesShulhan
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-16all: reformat all Go filesShulhan
2022-02-21all: relicense the asciidoctor-go under GPL 3.0 or laterShulhan
Signed-off-by: Shulhan <ms@kilabit.info>
2020-12-20all: use consistent names for parserShulhan
Instead of parserX (or parser_x.go) we move the X as prefix so it will become XParser (or x_parser.go).