mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-23 10:08:58 -06:00
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
This commit is contained in:
@@ -82,12 +82,12 @@ func DbsAsDSQLDBs(dbs []sql.Database) []SqlDatabase {
|
||||
|
||||
// Database implements sql.Database for a dolt DB.
|
||||
type Database struct {
|
||||
name string
|
||||
ddb *doltdb.DoltDB
|
||||
rsr env.RepoStateReader
|
||||
rsw env.RepoStateWriter
|
||||
drw env.DocsReadWriter
|
||||
gs globalstate.GlobalState
|
||||
name string
|
||||
ddb *doltdb.DoltDB
|
||||
rsr env.RepoStateReader
|
||||
rsw env.RepoStateWriter
|
||||
drw env.DocsReadWriter
|
||||
gs globalstate.GlobalState
|
||||
editOpts editor.Options
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user