aboutsummaryrefslogtreecommitdiff
path: root/content/a-conversation-with-the-go-team.article
Commit message (Collapse)AuthorAge
* content: remove scheme from iframe URLsAndrew Gerrand2016-05-17
| | | | | | | | | | | This prevents mixed content errors preventing iframes with HTTP URLs from loading on the blog site, which is served by HTTPS. Fixes golang/go#15683 Change-Id: I28cff3f7838f780ed05524ed620a851ef5bf4e28 Reviewed-on: https://go-review.googlesource.com/23180 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content: update stale URLs.Yesudeep Mangalapilly2015-08-24
| | | | | | | | | | Updates URLs for some code.google.com projects and Wiki pages that may stop working as a result of code.google.com shutting down some time in August, 2015. Change-Id: I012e767faeb011308462bf8fbd2ed65ea6035a30 Reviewed-on: https://go-review.googlesource.com/13656 Reviewed-by: Andrew Gerrand <adg@golang.org>
* Fix formatting typo in conversation articleDaniel Morsing2013-06-17
| | | | | | R=golang-dev, minux.ma, bradfitz, r CC=golang-dev https://golang.org/cl/10078044
* go.blog: add "A conversation with the Go team"Andrew Gerrand2013-06-06
R=r, iant, nigeltao CC=golang-dev https://golang.org/cl/10033047