aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMhd Sulhan <m.shulhan@gmail.com>2015-11-17 01:38:40 +0700
committerShulhan <m.shulhan@gmail.com>2020-01-25 14:11:59 +0700
commit910e74ea316cf3ccbb8ef42ead40207c56e6a302 (patch)
tree53bc064a09f696a278fac605dc19a06805bdfde9
parent74db2cf69f4934a9abcd7251504fcb2e7ebe30d1 (diff)
downloadgolang-id-tour-910e74ea316cf3ccbb8ef42ead40207c56e6a302.tar.xz
[go-tour-id/go-tour-id] Sinkronisasi dengan golang/tour@d6cf78315b46df393966691c41c78c76b5b405a7.
* Perbaikan https menjadi http untuk localhost. * Pertukaran layout, kode disebelah kanan dan slide sebelah kiri. * Penambahan slide untuk menerangkan slices dapat berisi slices. Change-Id: Ic2c653805d1304abdd4a7507cbc17ef1d55a6470
-rw-r--r--CONTRIBUTING.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9b377e8..3746897 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -38,6 +38,10 @@ The App Engine version runs code examples against the service at play.golang.org
To verify changes to the code examples you must use your local toolchain to compile
and run `gotour` locally.
+The App Engine version runs code examples against the service at play.golang.org.
+To verify changes to the code examples you must use your local toolchain to compile
+and run `gotour` locally.
+
## Contributing code
Please read the [Contribution Guidelines](https://golang.org/doc/contribute.html)