aboutsummaryrefslogtreecommitdiff
path: root/content/first-go-program.article
Commit message (Collapse)AuthorAge
* content: change more links from http to httpsBrad Fitzpatrick2018-04-13
| | | | | | | | | | | | | talks.golang.org blog.golang.org godoc.org swtch.com And few misc ones done by hand. Change-Id: Ia2c4fee630814a1ef3b143098bbac3edd6a45064 Reviewed-on: https://go-review.googlesource.com/106977 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content: update all golang.org links to httpsAgniva De Sarker2018-04-13
| | | | | | | | | | Ran sed -i 's/\[\[http:\/\/golang.org/\[\[https:\/\/golang.org/g' *.article Change-Id: I88acc5104e1a3fc5e9a1cf11b600b657202d8997 Reviewed-on: https://go-review.googlesource.com/106955 Run-TryBot: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* go.blog: update link in "first go program"Rob Pike2013-09-09
| | | | | | | | | There's an indicator to a "clever" trick, but the file changed underfoot. The for loop it was linked to didn't seem particularly clever. R=golang-dev, adg CC=golang-dev https://golang.org/cl/13518043
* go.blog: add "The first Go program"Andrew Gerrand2013-07-18
R=r CC=rsc https://golang.org/cl/11499043