golang format tools (#1102)

Produced via:
  `gofmt -s -w $(find -path './vendor' -prune -o -path './third_party' -prune -o -type f -name '*.go' -print)`
  `goimports -w $(find -name '*.go' | grep -v vendor | grep -v third_party)`
/assign n3wscott
/cc n3wscott
This commit is contained in:
Matt Moore 2020-02-18 06:47:59 -08:00 committed by GitHub
parent 1cc7b71529
commit 9b3ea736c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ package testing
import (
"context"
"go.uber.org/zap"
"go.uber.org/zap/zaptest"