diff options
| author | Shulhan <ms@kilabit.info> | 2019-04-10 22:58:05 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-01-25 14:16:37 +0700 |
| commit | 020a0d615f7bcdbe3cbf8535a1f7b41353e7c384 (patch) | |
| tree | 7f1a9979e725d8885a81fbdfa817206cf6611620 /solutions/maps.go | |
| parent | 02e7993b01945e5e9a26f2afb74c364029ac2ce1 (diff) | |
| download | golang-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.go | 2 |
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 { |
