aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2025-07-15all: replace fieldalignment and shadow with internal gocheck commandShulhan
Program gocheck implement go static analysis using [Analyzer] that are not included in the default go vet. See package [lib/goanalysis] for more information. [Analyzer]: https://pkg.go.dev/golang.org/x/tools/go/analysis#hdr-Analyzer [lib/goanalysis]: https://pkg.go.dev/git.sr.ht/~shulhan/pakakeh.go/lib/goanalysis/
2024-09-08linter: replace golangci-lint with fieldalignment, shadow, and "go vet"Shulhan
While at it, make the lint task run before test.
2024-04-17all: rename the module and package to "kbbi"Shulhan
Since this module is connecting to KBBI server directly, the module and package name now reflect that, hence we rename them to kbbi. Another reason is we have an internal module named kamusku, in another repository.
2024-04-06Release kamusku v0.1.0 (2024-04-06)v0.1.0Shulhan
kamusku is the Go module that contains HTTP client library and program as interface to official KBBI server.
2024-04-06all: re-license the project under GPL-3.0 or laterShulhan
The project now comply with version 3.0 or REUSE Specification.
2024-04-06all: run test with coverageShulhan
Running "make test" now print and generate the coverage in text and HTML format.
2021-01-31kamusku: the Go library for Kamus Besar Bahasa Indonesia (KBBI)Shulhan
This module contains HTTP client and command line interface for official KBBI web.