aboutsummaryrefslogtreecommitdiff
path: root/solutions/maps.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2019-04-10 22:58:05 +0700
committerShulhan <m.shulhan@gmail.com>2020-01-25 14:16:37 +0700
commit020a0d615f7bcdbe3cbf8535a1f7b41353e7c384 (patch)
tree7f1a9979e725d8885a81fbdfa817206cf6611620 /solutions/maps.go
parent02e7993b01945e5e9a26f2afb74c364029ac2ce1 (diff)
downloadgolang-id-tour-020a0d615f7bcdbe3cbf8535a1f7b41353e7c384.tar.xz
all: migrasi repository ke "github.com/golang-id/tour"
Awalnya, terjemahan tur bahasa Indonesia diawali oleh Akeda Bagus (@gedex) yang disimpan di repository "github.com/golang-id/go-tour-id". Namun, terjemahan ini tertinggal jauh, terakhir diperbarui yaitu 2013-08-17. Selanjutnya, terjemahan dimulai ulang oleh @shuLhan dari awal karena struktur direktori dan berkasnya sudah jauh berubah. Terjemahan kedua disimpan di repository "github.com/Go-ID-community/go-tour-id". Repository ini menggabungkan keduanya dan disimpan di repository yang baru "github.com/golang-id/tour".
Diffstat (limited to 'solutions/maps.go')
-rw-r--r--solutions/maps.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/solutions/maps.go b/solutions/maps.go
index 5049aa6..f2565a0 100644
--- a/solutions/maps.go
+++ b/solutions/maps.go
@@ -9,7 +9,7 @@ package main
import (
"strings"
- "github.com/Go-ID-community/go-tour-id/wc"
+ "github.com/golang-id/tour/wc"
)
func WordCount(s string) map[string]int {