aboutsummaryrefslogtreecommitdiff
path: root/kbbi.go
diff options
context:
space:
mode:
Diffstat (limited to 'kbbi.go')
-rw-r--r--kbbi.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/kbbi.go b/kbbi.go
new file mode 100644
index 0000000..5243238
--- /dev/null
+++ b/kbbi.go
@@ -0,0 +1,9 @@
+// SPDX-FileCopyrightText: 2020 M. Shulhan <ms@kilabit.info>
+// SPDX-License-Identifier: GPL-3.0-or-later
+
+// Package kbbi is the Go library to access the Bahasa Indonesia dictionary
+// from https://kbbi.kemdikbud.go.id.
+package kbbi
+
+// Version of this module.
+var Version = `0.1.0`