From a73cb3fff42e6bf0800ea887cd50858e1fead3ef Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Mon, 30 Oct 2017 11:07:48 -0700 Subject: [PATCH] Remove backticks --- zaptest/tlogger/tlogger.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaptest/tlogger/tlogger.go b/zaptest/tlogger/tlogger.go index cf59dacf6..a23274144 100644 --- a/zaptest/tlogger/tlogger.go +++ b/zaptest/tlogger/tlogger.go @@ -21,7 +21,7 @@ // Package tlogger provides a zapcore.Core that is capable of writing log // messages to a *testing.T and *testing.B. It may be used from Go tests or // benchmarks to have log messages printed only if a test failed, or if the -// `-v` flag was passed to `go test`. +// -v flag was passed to go test. package tlogger // import "go.uber.org/zap/zaptest/tlogger" import (