サクサク読めて、アプリ限定の機能も多数!
スタックトレースからtesting.Tのアドレスを読んで参照しちゃうの好き
ono_matope のブックマーク 2019/12/09 11:04
Dynamically scoped variables in Go | Dave Cheneyスタックトレースからtesting.Tのアドレスを読んで参照しちゃうの好き2019/12/09 11:04
このブックマークにはスターがありません。 最初のスターをつけてみよう!
dave.cheney.net2019/12/08
This is a thought experiment in API design. It starts with the classic Go unit testing idiom: func TestOpenFile(t *testing.T) { f, err := os.Open("notfound") if err != nil { t.Fatal(err) } // ... }...
10 人がブックマーク・3 件のコメント
\ コメントが サクサク読める アプリです /
スタックトレースからtesting.Tのアドレスを読んで参照しちゃうの好き
ono_matope のブックマーク 2019/12/09 11:04
このブックマークにはスターがありません。
最初のスターをつけてみよう!
Dynamically scoped variables in Go | Dave Cheney
dave.cheney.net2019/12/08
This is a thought experiment in API design. It starts with the classic Go unit testing idiom: func TestOpenFile(t *testing.T) { f, err := os.Open("notfound") if err != nil { t.Fatal(err) } // ... }...
10 人がブックマーク・3 件のコメント
\ コメントが サクサク読める アプリです /