From: Andrew Gerrand Date: Thu, 14 Oct 2010 06:25:23 +0000 (+1100) Subject: doc: add The Expressiveness of Go talk to docs.html X-Git-Tag: weekly.2010-10-13.1~7 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1748dc34e7b59c77934e8ebbd3e268e190882614;p=gostls13.git doc: add The Expressiveness of Go talk to docs.html R=r, r2 CC=golang-dev https://golang.org/cl/2494042 --- diff --git a/doc/ExpressivenessOfGo.pdf b/doc/ExpressivenessOfGo.pdf new file mode 100644 index 0000000000..34c5ea3cb0 Binary files /dev/null and b/doc/ExpressivenessOfGo.pdf differ diff --git a/doc/docs.html b/doc/docs.html index c34062baae..6643b2095e 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -131,6 +131,13 @@ A YouTube channel that includes screencasts and other Go-related videos:
  • Screencast: Testing Go Packages - writing unit tests and benchmarking Go packages.
  • +

    The Expressiveness Of Go

    +

    +A discussion of the qualities that make Go an expressive and comprehensible +language. The talk was presented by Rob Pike at JAOO 2010. +The recording of the event was lost due to a hardware error. +

    +

    Another Go at Language Design

    A tour, with some background, of the major features of Go, intended for