Go Course 2015 hosted on Google Appengine
After installing make sure the programs are available in the environment PATH
-
Install Sublime Text
Download from: http://www.sublimetext.com/
-
Install the Sublime Text Package Manager for your version
Follow directions for your version (2 or 3) here: https://packagecontrol.io/installation
-
Install GoSublime
Follow installation instructions here: https://packagecontrol.io/packages/GoSublime
-
Get goimports, run the following
go get golang.org/x/tools/cmd/goimports
-
Set go imports to run when GoSublime does formatting
Follow instructions here: http://blog.campoy.cat/2013/12/integrating-goimports-with-gosublime-on.html
go get github.com/ebittleman/go-course
go get golang.org/x/tools/cmd/present
cd $GOPATH/github.com/ebittleman/go-course
present
goapp serve github.com/ebittleman/go-course