Last active
June 19, 2017 13:54
Revisions
-
Brandon Burton revised this gist
May 3, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ - [ ] Get your editor setup for Go development fun times - [ ] Read through [Graduating with Go](https://medium.com/ladies-storm-hackathons/graduating-to-go-2ee900b4ed8b#.26d9w4n0b) - [ ] Read through some of the *presentations* in [Resources for new Go Programmers](http://dave.cheney.net/resources-for-new-go-programmers) - [ ] Do the [tutorial chapter](http://www.gopl.io/ch1.pdf) from [The Go Programming Language book](https://gopl.io) - [ ] Read through [Effective Go](https://golang.org/doc/effective_go.html) - [ ] Read through the [list of common mistakes in Go](https://github.com/golang/go/wiki/CodeReviewComments) - [ ] Poke around [Go by example](https://gobyexample.com/) -
Brandon Burton created this gist
May 3, 2016 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ #### Getting more familiar with Go - [ ] Go through the [Go tour](https://tour.golang.org/welcome/1) - [ ] Get your editor setup for Go development fun times - [ ] Read through [Graduating with Go](https://medium.com/ladies-storm-hackathons/graduating-to-go-2ee900b4ed8b#.26d9w4n0b) - [ ] Read through some of the *presentations* in [Resources for new Go Programmers](http://dave.cheney.net/resources-for-new-go-programmers) - [ ] Do the [tutorial chapter](http://www.gopl.io/ch1.pdf) from [The Go Programming Language book](https://gpl.io) - [ ] Read through [Effective Go](https://golang.org/doc/effective_go.html) - [ ] Read through the [list of common mistakes in Go](https://github.com/golang/go/wiki/CodeReviewComments) - [ ] Poke around [Go by example](https://gobyexample.com/) - [ ] come up with a project you'd like to spend 2-3 days hacking on and write up what it is and why it's interesting/appealing to you