diff options
author | Agniva De Sarker <agnivade@yahoo.co.in> | 2018-04-14 00:23:09 +0530 |
---|---|---|
committer | Andrew Bonventre <andybons@golang.org> | 2018-04-13 19:50:50 +0000 |
commit | 7edc962a942e4a9d5e06dde79299f7fc5605f000 (patch) | |
tree | d05d3cbb132e60ace21a28184833cc4b31ef59c3 /content/new-talk-and-tutorials.article | |
parent | efc7460c787535c46feadda9f7c395f16a615306 (diff) |
content: update all golang.org links to https
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>
Diffstat (limited to 'content/new-talk-and-tutorials.article')
-rw-r--r-- | content/new-talk-and-tutorials.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/new-talk-and-tutorials.article b/content/new-talk-and-tutorials.article index b54d865..d7cbc4f 100644 --- a/content/new-talk-and-tutorials.article +++ b/content/new-talk-and-tutorials.article @@ -7,6 +7,6 @@ Andrew Gerrand Rob Pike recently gave a talk at Stanford's [[http://www.stanford.edu/class/ee380/][Computer Systems Colloquium]] (EE380). Titled [[http://www.stanford.edu/class/ee380/Abstracts/100428.html][_Another_Go_at_Language_Design_]], the presentation gives an overview of the itches Go was built to scratch, and how Go addresses those problems. You can view [[https://www.youtube.com/watch?v=7VcArS4Wpqk][a video stream of the talk]], and [[http://www.stanford.edu/class/ee380/Abstracts/100428-pike-stanford.pdf][download the slides]]. -Last week's release included a code lab, [[http://golang.org/doc/codelab/wiki/][Writing Web Applications]], that details the construction of a simple wiki program. It is a practical introduction to some fundamental Go concepts, and the first of a series of Go code labs. +Last week's release included a code lab, [[https://golang.org/doc/codelab/wiki/][Writing Web Applications]], that details the construction of a simple wiki program. It is a practical introduction to some fundamental Go concepts, and the first of a series of Go code labs. Lastly, we are often asked "How do Go packages work?" It's easier to show than to explain, so I put together a [[http://www.youtube.com/watch?v=jDWBJOXs_iI][Go Packages screen cast]] that demonstrates the process of writing, building, installing, and redistributing Go packages. I hope to post more of these covering a variety of Go programming topics to the [[http://youtube.com/gocoding][gocoding YouTube channel]] in the near future. |