type testing.discard

3 uses

	testing (current package)
		benchmark.go#L809: 			w:      discard{},
		benchmark.go#L820: type discard struct{}
		benchmark.go#L822: func (discard) Write(b []byte) (n int, err error) { return len(b), nil }