func checker(t *testing.T) func(string, error) { … } func TestFileTransport(t *testing.T) { … } func TestFileTransportFS(t *testing.T) { … }
func checker(t *testing.T) func(string, error) { … } func TestFileTransport(t *testing.T) { … } func TestFileTransportFS(t *testing.T) { … }