| Age | Commit message (Collapse) | Author |
|
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/
|
|
While at it, make the lint task run before test.
|
|
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.
|
|
kamusku is the Go module that contains HTTP client library and program
as interface to official KBBI server.
|
|
The project now comply with version 3.0 or REUSE Specification.
|
|
Running "make test" now print and generate the coverage in text and
HTML format.
|
|
This module contains HTTP client and command line interface for official
KBBI web.
|