const quote … type readTest … var readGoInfoTests … var readCommentsTests … func testRead(t *testing.T, tests []readTest, read func(io.Reader) ([]byte, error)) { … } func TestReadGoInfo(t *testing.T) { … } func TestReadComments(t *testing.T) { … } var readFailuresTests … func TestReadFailuresIgnored(t *testing.T) { … } var readEmbedTests … func TestReadEmbed(t *testing.T) { … }