diff options
Diffstat (limited to 'internal/cmd/mergedic')
| -rw-r--r-- | internal/cmd/mergedic/main.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/cmd/mergedic/main.go b/internal/cmd/mergedic/main.go index d9612ca..a962aba 100644 --- a/internal/cmd/mergedic/main.go +++ b/internal/cmd/mergedic/main.go @@ -2,15 +2,13 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// // Program mergedic merge daftar kata from KBBI with hunspell-id dictionary. -// package main import ( "log" - "github.com/shuLhan/share/lib/hunspell" + "git.sr.ht/~shulhan/pakakeh.go/lib/hunspell" ) func main() { |
