From 6cf9e9f7609c4db38a1151e1805f2c338808afd0 Mon Sep 17 00:00:00 2001 From: Manik Rana Date: Fri, 19 Jan 2024 11:51:58 +0530 Subject: [PATCH] chore: lint Signed-off-by: Manik Rana --- go/textutil/strings_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/go/textutil/strings_test.go b/go/textutil/strings_test.go index deb3a2a4e10..2b43166831c 100644 --- a/go/textutil/strings_test.go +++ b/go/textutil/strings_test.go @@ -20,6 +20,7 @@ import ( "testing" "github.com/stretchr/testify/assert" + binlogdatapb "vitess.io/vitess/go/vt/proto/binlogdata" topodatapb "vitess.io/vitess/go/vt/proto/topodata" )