diff options
| -rw-r--r-- | README | 27 | ||||
| -rw-r--r-- | README.md | 63 |
2 files changed, 20 insertions, 70 deletions
@@ -1,27 +0,0 @@ -Ini adalah aplikasi Tur Go, sebuah pendahuluan tentang bahasa Pemrograman Go. - -Versi mayanya bisa dilihat di http://go-tour-id2.appspot.com, yang diperbarui -paling lambat tujuh hari sekali bergantung kepada perubahan di cabang `master` -(yang berbahasa Inggris). - -Cara paling mudah untuk memasang tur ini di lokal komputer anda, -pertama unduh dan pasang [Go](https://golang.org/dl/), kemudian jalankan tur -dengan perintah, - - $ go tool tour - -Untuk memasang dari sumbernya langsung, pertama persiapkan [ruang kerja -untuk Go](https://golang.org/doc/code.html), kemudian jalankan perintah, - - $ go get github.com/Go-ID-community/go-tour-id - -Perintah tersebut akan membuat aplikasi `gotour` di direktori `bin` di ruang -kerja anda. - -Kecuali bila ada catatan tambahan, berkas sumber didistribusikan dengan -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/Go-ID-community/go-tour-id/issues. @@ -1,61 +1,38 @@ # Go Tour -A Tour of Go is an introduction to the Go programming language. Visit -https://tour.golang.org to start the tour. +Tur Bahasa Pemrograman Go adalah sebuah pengenalan dari bahasa pemrograman Go. +Kunjungi situs https://go-tour-id2.appspot.com untuk memulai tur. -## Download/Install +## Unduh/Pasang -To install the tour from source, first -[install Go](https://golang.org/doc/install) and then run: +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 golang.org/x/tour -This will place a `tour` binary in your -[workspace](https://golang.org/doc/code.html#Workspaces)'s `bin` directory. -The tour program can be run offline. +Perintah tersebut akan membuat program `tour` dalam direktori `bin` di +_workspace_ anda, yang dapat dijalankan di lokal. -## Contributing +## Berkontribusi -Contributions should follow the same procedure as for the Go project: +Kontribusi sebaiknya mengikuti prosedur yang sama dengan proyek Go: https://golang.org/doc/contribute.html -To run the tour server locally: - +Untuk menjalankan server tur di lokal: ```sh go run . ``` -Your browser should now open. If not, please visit [http://localhost:3999/](http://localhost:3999). - - -## Report Issues / Send Patches - -This repository uses Gerrit for code changes. To learn how to submit changes to -this repository, see https://golang.org/doc/contribute.html. - -The main issue tracker for the tour is located at -https://github.com/golang/go/issues. Prefix your issue with "tour:" in the -subject line, so it is easy to find. - -## Deploying - -1. To deploy tour.golang.org, run: - - ``` - GO111MODULE=on gcloud --project=golang-org app deploy --no-promote app.yaml - ``` - - This will create a new version, which can be viewed within the - [golang-org GCP project](https://console.cloud.google.com/appengine/versions?project=golang-org&serviceId=tour). - -2. Check that the deployed version looks OK (click the version link in GCP). +Peramban anda seharusnya membuka halaman tur. +Jika tidak, silakan buka [http://localhost:3999/](http://localhost:3999). -3. If all is well, click "Migrate Traffic" to move 100% of the tour.golang.org - traffic to the new version. +## Pelaporan Isu / Pengiriman patch -4. You're done. +Repository ini menggunakan Github untuk perubahan kode, yang bisa diakses +lewat https://github.com/golang-id/go-tour-id/issues. -## License +## Lisensi -Unless otherwise noted, the go-tour source files are distributed -under the BSD-style license found in the LICENSE file. +Kecuali bila dicantumkan, berkas sumber kode go-tour didistribusikan di bawah +lisensi model BSD yang bisa ditemukan pada berkas LICENSE. |
