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 /local.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 'local.go')
| -rw-r--r-- | local.go | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -24,13 +24,13 @@ import ( "golang.org/x/tools/playground/socket" // Imports so that go build/install automatically installs them. - _ "github.com/Go-ID-community/go-tour-id/pic" - _ "github.com/Go-ID-community/go-tour-id/tree" - _ "github.com/Go-ID-community/go-tour-id/wc" + _ "github.com/golang-id/tour/pic" + _ "github.com/golang-id/tour/tree" + _ "github.com/golang-id/tour/wc" ) const ( - basePkg = "github.com/Go-ID-community/go-tour-id" + basePkg = "github.com/golang-id/tour" socketPath = "/socket" ) |
