[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

This commit is contained in:
druvv
2022-11-28 21:28:24 +00:00
parent ccf8c10f61
commit f8482b68bb

View File

@@ -19,9 +19,10 @@ import (
"strconv"
"testing"
"github.com/stretchr/testify/assert"
"github.com/dolthub/dolt/go/libraries/doltcore/schema/typeinfo"
"github.com/dolthub/dolt/go/store/types"
"github.com/stretchr/testify/assert"
)
var firstNameCol = Column{"first", 0, types.StringKind, false, typeinfo.StringDefaultType, "", false, "", nil}