Introduce some go vet error in the source code. For example, update https://github.com/cockroachdb/cockroach/blob/master/util/interval/interval.go#L74 to: ``` return fmt.Sprintf("[%x-%x)", r.Start, r.End, 10) ``` Run `make check` will not report the go vet error.