diff options
| author | Shulhan <ms@kilabit.info> | 2019-04-05 09:46:04 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-01-25 14:16:13 +0700 |
| commit | 02e7993b01945e5e9a26f2afb74c364029ac2ce1 (patch) | |
| tree | d5878b5ac2a6de27293d236c44db4e49f2684e85 /README.md | |
| parent | b0f1cfed2c059e491959fef76075c71fad2e2c9e (diff) | |
| download | golang-id-tour-02e7993b01945e5e9a26f2afb74c364029ac2ce1.tar.xz | |
all: update module, repository, and import path
Since this repository use Go module now, to minimize unneeded dependency
to "golang.org/x/tour", we rename the import path on directory "contents"
and "solutions" to use our repository.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ Untuk memasang tur dari sumber kode, pertama [siapkan sebuah _workspace_](https://golang.org/doc/code.html) dan kemudian jalankan: - $ go get golang.org/x/tour + $ go get github.com/Go-ID-community/go-tour-id Perintah tersebut akan membuat program `tour` dalam direktori `bin` di _workspace_ anda, yang dapat dijalankan di lokal. @@ -30,7 +30,7 @@ Jika tidak, silakan buka [http://localhost:3999/](http://localhost:3999). ## Pelaporan Isu / Pengiriman patch Repository ini menggunakan Github untuk perubahan kode, yang bisa diakses -lewat https://github.com/golang-id/go-tour-id/issues. +lewat https://github.com/Go-ID-community/go-tour-id/issues. ## Lisensi |
