aboutsummaryrefslogtreecommitdiff
path: root/content/methods/exercise-reader.go
AgeCommit message (Collapse)Author
2024-07-14all: sync with golang.org/x/website (2/2)Shulhan
Perubahan, * _content/tour: change '// +build' to '//go:build'
2020-01-25all: migrasi repository ke "github.com/golang-id/tour"Shulhan
Awalnya, terjemahan tur bahasa Indonesia diawali oleh Akeda Bagus (@gedex) yang disimpan di repository "github.com/golang-id/go-tour-id". Namun, terjemahan ini tertinggal jauh, terakhir diperbarui yaitu 2013-08-17. Selanjutnya, terjemahan dimulai ulang oleh @shuLhan dari awal karena struktur direktori dan berkasnya sudah jauh berubah. Terjemahan kedua disimpan di repository "github.com/Go-ID-community/go-tour-id". Repository ini menggabungkan keduanya dan disimpan di repository yang baru "github.com/golang-id/tour".
2020-01-25all: update module, repository, and import pathShulhan
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.
2016-01-14content: add a test for code snippetsAndrew Gerrand
Also: fix bad build tags, mark some snippets as no-build or no-run. This is a step toward adding the tour to the build dashboard. Change-Id: I58af8f2289fee4c2ceee3be5a44a3fb986b26296 Reviewed-on: https://go-review.googlesource.com/18555 Reviewed-by: Rob Pike <r@golang.org>
2015-02-10rewrite import paths to use golang.org/x/tourAndrew Gerrand
Change-Id: I3b45a599d0ced5b2cbcc289cc132d11cba71c703
2014-09-22go-tour: fix typo in commentFrancesc Campoy
LGTM=adg R=adg, kevlar CC=golang-codereviews https://golang.org/cl/143310043
2014-07-30go-tour: add Stringer, Reader discussions and exercises; other tweaksAndrew Gerrand
LGTM=campoy R=campoy CC=golang-codereviews https://golang.org/cl/118170043