diff options
| author | Shulhan <ms@kilabit.info> | 2018-08-02 13:43:49 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-01-25 14:13:01 +0700 |
| commit | f4f8733c395085c81fcb97d9aec7e293f191de9e (patch) | |
| tree | 538adcc0134f9915a52a21befdbf307ea387a409 | |
| parent | 9cfc40a5d25bdf57e692e05f86e03f943363b7d7 (diff) | |
| download | golang-id-tour-f4f8733c395085c81fcb97d9aec7e293f191de9e.tar.xz | |
Update repo link to use Go ID community
| -rw-r--r-- | README | 4 | ||||
| -rw-r--r-- | local.go | 6 | ||||
| -rw-r--r-- | pic/pic.go | 2 | ||||
| -rw-r--r-- | reader/validate.go | 2 | ||||
| -rw-r--r-- | tree/tree.go | 2 | ||||
| -rw-r--r-- | wc/wc.go | 2 |
6 files changed, 9 insertions, 9 deletions
@@ -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. @@ -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 ( @@ -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" @@ -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" |
