aboutsummaryrefslogtreecommitdiff
path: root/word_definition.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-04-17 23:31:39 +0700
committerShulhan <ms@kilabit.info>2024-04-17 23:31:39 +0700
commita6629b6a1f40616dbf3e5f78c76d601f3b89127a (patch)
tree990a1380feb7294627b814e3385d55855ae1a6f1 /word_definition.go
parentc4cf5cfcaa570069f4f64deff26b390436e2e1c3 (diff)
downloadkbbi-a6629b6a1f40616dbf3e5f78c76d601f3b89127a.tar.xz
all: rename the module and package to "kbbi"
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.
Diffstat (limited to 'word_definition.go')
-rw-r--r--word_definition.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/word_definition.go b/word_definition.go
index 0f4820e..385ba9d 100644
--- a/word_definition.go
+++ b/word_definition.go
@@ -1,7 +1,7 @@
// SPDX-FileCopyrightText: 2020 M. Shulhan <ms@kilabit.info>
// SPDX-License-Identifier: GPL-3.0-or-later
-package kamusku
+package kbbi
import (
"fmt"