go test in practice
This blog post describes basics and practical examples of go test. Go’s automated test mechanism is well designed and easy to use. I’ll show you some
This blog post describes basics and practical examples of go test. Go’s automated test mechanism is well designed and easy to use. I’ll show you some
これはGo Advent Calendar 2016(http://qiita.com/advent-calendar/2016/go)の18日目の記事です。今回はGoでE2Eテストを行うためのライブラリagouti(http://agouti.org/)について書きます。 GoでE2Eテストを書
> The arguments to the deferred function (which include the receiver if the function is a method) are evaluated when the defer executes, not when the
stackoverflow.com(http://stackoverflow.com/questions/29923956/golang-reusing-memory-address-copying-from-slice) If you take the address of loop variab
dotGo 2014 - Andrew Gerrand - 5 things I love Andrew Gerrand is a Googler and worked for Go. I watched this video just to learn English but it was goo
I've investegated a way to mock HTTP request and response when writing a code to access to a HTTP API with http.Client. Finally, I found that I can do
こんな感じかなぁ。http://play.golang.org/p/2DFtYAsFO9(http://play.golang.org/p/2DFtYAsFO9) !アンダースタンディング コンピュテーション―単純な機械から不可能なプログラムまで(http://ecx.images-amazon.c
この記事は、CyberAgent エンジニア Advent Calendar 2014(http://www.adventar.org/calendars/358)の7日目の記事です。 6日目はkamatama41さんのアメーバピグへのGoogle BigQuery導入までのもろもろ設定記(h
タイトルの通りだけど知らなかったので。明示的に空のsliceやmapを作らなくてもいいのは楽だ。 http://play.golang.org/p/veOWHGDdcn(http://play.golang.org/p/veOWHGDdcn) !基礎からわかる Go言語(http://ecx.ima