Go

go test in practice

·3 分で読めます

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

WebアプリケーションのE2EテストをGoで書く

·4 分で読めます

これはGo Advent Calendar 2016(http://qiita.com/advent-calendar/2016/go)の18日目の記事です。今回はGoでE2Eテストを行うためのライブラリagouti(http://agouti.org/)について書きます。 GoでE2Eテストを書

Goで標準出力をキャプチャする

·1 分で読めます

こんな感じかなぁ。http://play.golang.org/p/2DFtYAsFO9(http://play.golang.org/p/2DFtYAsFO9) !アンダースタンディング コンピュテーション―単純な機械から不可能なプログラムまで(http://ecx.images-amazon.c

GoLangでJavaのenumっぽいライブラリ作った話

·2 分で読めます

この記事は、CyberAgent エンジニア Advent Calendar 2014(http://www.adventar.org/calendars/358)の7日目の記事です。 6日目はkamatama41さんのアメーバピグへのGoogle BigQuery導入までのもろもろ設定記(h

Goでnilなsliceやmapを返すと空のsliceやmapになる

·1 分で読めます

タイトルの通りだけど知らなかったので。明示的に空のsliceやmapを作らなくてもいいのは楽だ。 http://play.golang.org/p/veOWHGDdcn(http://play.golang.org/p/veOWHGDdcn) !基礎からわかる Go言語(http://ecx.ima