Wiki
Home

golang

- <https://golang.org/>
- <https://tour.golang.org/welcome/1>
- <https://godoc.org/>
- <https://golang.org/pkg/>
- <https://golang.org/doc/#articles>
- <https://github.com/avelino/awesome-go>

Workplace Setup

- <https://golang.org/doc/code.html>

Webstuff

- <http://nicolasmerouze.com/share-values-between-middlewares-context-golang/>
- <https://github.com/astaxie/build-web-application-with-golang/blob/master/en/preface.md>

Gin Framework

- <https://godoc.org/github.com/gin-gonic/gin>
- <https://github.com/gin-gonic/gin>

DB

- <https://golang.org/pkg/database/sql/>
- <https://github.com/lib/pq>
- <https://godoc.org/github.com/lib/pq>
  
  Multiple Values:
- <https://stackoverflow.com/questions/17845619/how-to-call-the-scan-variadic-function-in-golang-using-reflection>
- <http://jordanorelli.com/post/32665860244/how-to-use-interfaces-in-go>