Skip to content

Commit

Permalink
refac: use builtin any type
Browse files Browse the repository at this point in the history
Signed-off-by: Manik Rana <[email protected]>
  • Loading branch information
Maniktherana committed Jan 24, 2024
1 parent 2e58c64 commit c5d9bda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go/vt/external/golib/sqlutils/sqlutils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ import (
"github.com/stretchr/testify/assert"
)

type any = interface{}

func TestRowMap(t *testing.T) {
tt := []struct {
name string
Expand Down

0 comments on commit c5d9bda

Please sign in to comment.