aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2018-08-02 13:43:49 +0700
committerShulhan <m.shulhan@gmail.com>2020-01-25 14:13:01 +0700
commitf4f8733c395085c81fcb97d9aec7e293f191de9e (patch)
tree538adcc0134f9915a52a21befdbf307ea387a409
parent9cfc40a5d25bdf57e692e05f86e03f943363b7d7 (diff)
downloadgolang-id-tour-f4f8733c395085c81fcb97d9aec7e293f191de9e.tar.xz
Update repo link to use Go ID community
-rw-r--r--README4
-rw-r--r--local.go6
-rw-r--r--pic/pic.go2
-rw-r--r--reader/validate.go2
-rw-r--r--tree/tree.go2
-rw-r--r--wc/wc.go2
6 files changed, 9 insertions, 9 deletions
diff --git a/README b/README
index 860f46f..b4460b6 100644
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ dengan perintah,
Untuk memasang dari sumbernya langsung, pertama persiapkan [ruang kerja
untuk Go](https://golang.org/doc/code.html), kemudian jalankan perintah,
- $ go get github.com/shuLhan/go-tour-id
+ $ go get github.com/Go-ID-community/go-tour-id
Perintah tersebut akan membuat aplikasi `gotour` di direktori `bin` di ruang
kerja anda.
@@ -24,4 +24,4 @@ lisensi BSD yang bisa dibaca di berkas LICENSE.
Untuk berkontribusi dalam repositori ini silahkan kirim permintaan *pull* atau
tambahkan di bagian isu [1].
-[1] https://github.com/shuLhan/go-tour-id/issues.
+[1] https://github.com/Go-ID-community/go-tour-id/issues.
diff --git a/local.go b/local.go
index 0930140..cc19ad0 100644
--- a/local.go
+++ b/local.go
@@ -24,9 +24,9 @@ import (
"golang.org/x/tools/playground/socket"
// Imports so that go build/install automatically installs them.
- _ "github.com/shuLhan/go-tour-id/pic"
- _ "github.com/shuLhan/go-tour-id/tree"
- _ "github.com/shuLhan/go-tour-id/wc"
+ _ "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"
)
const (
diff --git a/pic/pic.go b/pic/pic.go
index 75b56e0..03d2d9b 100644
--- a/pic/pic.go
+++ b/pic/pic.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-package pic // import "github.com/shuLhan/go-tour-id/pic"
+package pic // import "github.com/Go-ID-community/go-tour-id/pic"
import (
"bytes"
diff --git a/reader/validate.go b/reader/validate.go
index 18750a2..f108bf6 100644
--- a/reader/validate.go
+++ b/reader/validate.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-package reader // import "github.com/shuLhan/go-tour-id/reader"
+package reader // import "github.com/Go-ID-community/go-tour-id/reader"
import (
"fmt"
diff --git a/tree/tree.go b/tree/tree.go
index ae362b5..5c33bdf 100644
--- a/tree/tree.go
+++ b/tree/tree.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-package tree // import "github.com/shuLhan/go-tour-id/tree"
+package tree // import "github.com/Go-ID-community/go-tour-id/tree"
import (
"fmt"
diff --git a/wc/wc.go b/wc/wc.go
index 03c420f..82eb412 100644
--- a/wc/wc.go
+++ b/wc/wc.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-package wc // import "github.com/shuLhan/go-tour-id/wc"
+package wc // import "github.com/Go-ID-community/go-tour-id/wc"
import "fmt"