goのめも

環境選定資料

Golang でのウェブ開発を考えてみる
http://qiita.com/voluntas/items/7af2f06d2688f649576f


[Go] IntelliJ IDEAの初期設定
http://qiita.com/dorayaki_kun/items/6762a452010d42e38bd9

依存解決

Go言語のDependency/Vendoringの問題と今後.gbあるいはGo1.5
http://deeeet.com/writing/2015/06/26/golang-dependency-vendoring/

Golang1.5のvendoringが期待と少し違ったという感想
http://shinofara.hateblo.jp/entry/2015/08/22/034824

Golang1.5で試験追加になったvendoringの使い方
http://qiita.com/shinofara/items/7dbc486138e6949c7a54

gin関連

REST Microservices in Go with Gin
http://txt.fliglio.com/2014/07/restful-microservices-in-go-with-gin/

A Simple API in Go
http://phalt.co/a-simple-api-in-go/

Sinatraライクなgin-gonicで手軽にGolangを試す。
http://blog.oretachino.com/entry/2014/12/10/171648


Golang周辺のツールをいろいろ使いながらGin Web FrameworkでAPIを作る
http://takasing104.hateblo.jp/entry/2015/05/14/150000


Gin: POST リクエストを扱う
http://blog.sarabande.jp/post/98870006733


事例的なもの

Gunosy APIチームGo開発フロー
https://speakerdeck.com/kyokomi/gunosy-apitimugokai-fa-huro

開発環境

Intellij IDEA でのGo言語開発環境セットアップ
http://qiita.com/MakoTano/items/8e25a4aacc8ec7f95b48

IntelliJ IDEAでGoLangの環境構築 2015春
http://stormcat.hatenablog.com/entry/2015/04/13/123000

本番環境想定

Goでgraceful restartに対応したデーモンプロセスをつくる
http://kohkimakimoto.hatenablog.com/entry/2015/07/24/102011

12.3 アプリケーションのデプロイ
http://astaxie.gitbooks.io/build-web-application-with-golang/content/ja/12.3.html

Supervisor を利用して Go アプリケーションをデーモン化する
http://qiita.com/macococo/items/71a007ecd3c176cc3529

Nginx + Golang でWebアプリケーション開発を試してみた
http://umegusa.hatenablog.jp/entry/2015/02/22/025832

supervisord を起動する init スクリプト
https://gist.github.com/inokappa/090dbd88a26d6d85e01d

例外処理

panicはともかくrecoverに使いどころはほとんどない
http://qiita.com/ruiu/items/ff98ded599d97cf6646e

DB接続

Go言語でMySQLに接続する
http://157.7.203.87/2015/08/26/golang-with-mysql/

gorp を使ってみた
http://blog.masu-mi.me/2015/06/06/beginning_gorp.html


Day 11 - Index creation and primary keys in gorp, gorp with indexes
http://intogooglego.blogspot.jp/2015/05/day-11-index-creation-and-primary-keys.html

未整理

Goのデバッグに便利なpretty printライブラリ「pp」を作った
http://qiita.com/k0kubun/items/5150fcb5d0740309d1eb

LinuxIntelliJを使ったWindowsでのプログラミング環境
http://ota42y.com/blog/2015/04/24/go-windows-development/

golangちょいテク
http://qiita.com/kroton/items/e0abb3b43ded8762318e

Go言語に継承は無いんですか【golang
http://otiai10.hatenablog.com/entry/2014/01/15/220136

まとまった参考資料

A Tour of Go
https://go-tour-jp.appspot.com/#1