This is a slide deck for a talk "Let's Go, or introduction to Go" I gave at RailsClub’Ulyanovsk conference at 15 December 2012 (other themes covered on this conference for (ex-)Rubists/Railsists: Erlang, functional programming and EventMachine). The talk and slides are in Russian.
Talk can be viewed there (starting at 14:35) and slides there.
To view slides locally you should first install Go and setup GOPATH. Then install present
command with go get code.google.com/p/go.talks/present
. Finally clone this repository (git clone git://github.com/AlekSi/LetsGo.git
), run present
in cloned directory and open http://127.0.0.1:3999/ in your browser.