// strip removes two leading tabs after each newline of s. func strip(s string) string { … } func FuzzParseBuildInfoRoundTrip(f *testing.F) { … }
// strip removes two leading tabs after each newline of s. func strip(s string) string { … } func FuzzParseBuildInfoRoundTrip(f *testing.F) { … }