コード例 #1
0
ファイル: master.go プロジェクト: jtwarren/Hurricane
func commitOrPanic(tx *hood.Hood) {
	err := tx.Commit()
	if err != nil {
		panic(err)
	}
}