diff options
| author | Shulhan <ms@kilabit.info> | 2024-04-06 17:27:27 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-04-06 17:30:21 +0700 |
| commit | c4cf5cfcaa570069f4f64deff26b390436e2e1c3 (patch) | |
| tree | a9432106d7ddb600a2616ac76861c64935b95223 /kamusku.go | |
| parent | 095114afa9563eca6ff6846bd26f21c049e29bf3 (diff) | |
| download | kbbi-c4cf5cfcaa570069f4f64deff26b390436e2e1c3.tar.xz | |
Release kamusku v0.1.0 (2024-04-06)v0.1.0
kamusku is the Go module that contains HTTP client library and program
as interface to official KBBI server.
Diffstat (limited to 'kamusku.go')
| -rw-r--r-- | kamusku.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,3 +4,6 @@ // Package kamusku is the Go library to access the Bahasa Indonesia dictionary // from https://kbbi.kemdikbud.go.id. package kamusku + +// Version of this module. +var Version = `0.1.0` |
