aboutsummaryrefslogtreecommitdiff
path: root/solutions/binarytrees_quit.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.
2015-02-10rewrite import paths to use golang.org/x/tourAndrew Gerrand
Change-Id: I3b45a599d0ced5b2cbcc289cc132d11cba71c703
2015-01-20go-tour: improve existing solution for binarytrees.go and add non leaky solutionFrancesc Campoy
LGTM=adg R=adg CC=golang-codereviews https://golang.org/cl/196890043