Skip to content

Latest commit

 

History

History
92 lines (61 loc) · 2.92 KB

File metadata and controls

92 lines (61 loc) · 2.92 KB

pitc-go-workshop

Presentation

Go Hello World

git clone https://github.com/KeeTraxx/pitc-go-hello-world

Go enviroment

Exercise 1 - Coffee or beer?

Skeleton: git clone https://github.com/KeeTraxx/pitc-go-coffee-or-beer

Exercise 2 - Simple REST Client

Exercise: git clone https://github.com/KeeTraxx/pitc-go-exercise-moviequote-rest-cli

Solution: git clone https://github.com/KeeTraxx/pitc-go-solution-moviequote-rest-cli

Exercise 3 - REST Service

Exercise: git clone https://github.com/KeeTraxx/pitc-go-exercise-moviequote-rest-api

Solution: git clone https://github.com/KeeTraxx/pitc-go-solution-moviequote-rest-api

Exercise 4 - SBB Client

Exercise: git clone https://github.com/KeeTraxx/pitc-go-exercise-sbb-cli

Solution: git clone https://github.com/KeeTraxx/pitc-go-solution-sbb-cli

Links

Official Links

Google Groups

https://groups.google.com/forum/#!forum/golang-nuts https://groups.google.com/forum/#!forum/golang-dev

API Documentation for 3rd party libraries

http://godoc.org/

Go by Example

https://gobyexample.com

Awesome Go

http://awesome-go.com

Newsletter

http://golangweekly.com

Go Books

https://github.com/golang/go/wiki/Books

Video resources

Go Talks

https://github.com/golang/go/wiki/GoTalks

Collection of videos (Conferences, Talks, Screencasts) about Go

http://gophervids.appspot.com/

Videos

Resources to follow