diff options
| author | Shulhan <ms@kilabit.info> | 2024-04-17 23:51:53 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-04-18 00:41:07 +0700 |
| commit | a28f1684d9b427149f7a8f03f865bdf57eafc08e (patch) | |
| tree | a9b9244afedef99490d453672dc8b56e662f90bf /active_client.go | |
| parent | 51d14a2686c8ec0dbd876312dd76eec54df0d617 (diff) | |
| download | kamusku-a28f1684d9b427149f7a8f03f865bdf57eafc08e.tar.xz | |
all: rename the module to "kamusku"
Diffstat (limited to 'active_client.go')
| -rw-r--r-- | active_client.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/active_client.go b/active_client.go index 805bf44..bd9f189 100644 --- a/active_client.go +++ b/active_client.go @@ -1,14 +1,14 @@ // SPDX-FileCopyrightText: 2020 M. Shulhan <ms@kilabit.info> // SPDX-License-Identifier: GPL-3.0-or-later -package kamusd +package kamusku import ( - "git.sr.ht/~shulhan/kamusku" + "git.sr.ht/~shulhan/kbbi" ) // activeClient define an interface for an active client. type activeClient interface { - Lookup(words []string) (res kamusku.LookupResponse, err error) - ListRootWords() (rootWords kamusku.Words, err error) + Lookup(words []string) (res kbbi.LookupResponse, err error) + ListRootWords() (rootWords kbbi.Words, err error) } |
