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 /content/concurrency/exercise-equivalent-binary-trees.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 'content/concurrency/exercise-equivalent-binary-trees.go')
| -rw-r--r-- | content/concurrency/exercise-equivalent-binary-trees.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/concurrency/exercise-equivalent-binary-trees.go b/content/concurrency/exercise-equivalent-binary-trees.go index 9414d94..788400b 100644 --- a/content/concurrency/exercise-equivalent-binary-trees.go +++ b/content/concurrency/exercise-equivalent-binary-trees.go @@ -2,7 +2,7 @@ package main -import "github.com/Go-ID-community/go-tour-id/tree" +import "github.com/golang-id/tour/tree" // Walk walks the tree t sending all values // from the tree to the channel ch. |
