mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-13 19:29:58 -05:00
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
This commit is contained in:
@@ -175,7 +175,7 @@ const (
|
||||
archiveFileSignature = "DOLTARC"
|
||||
archiveFileSigSize = uint64(len(archiveFileSignature))
|
||||
archiveCheckSumSize = sha512.Size * 3 // sha512 3 times.
|
||||
archiveFooterSize = uint64Size + // index length
|
||||
archiveFooterSize = uint64Size + // index length
|
||||
uint32Size + // byte span count
|
||||
uint32Size + // chunk count
|
||||
uint32Size + // metadataSpan length
|
||||
|
||||
@@ -27,9 +27,9 @@ import (
|
||||
"sort"
|
||||
"time"
|
||||
|
||||
"github.com/dolthub/dolt/go/cmd/dolt/doltversion"
|
||||
"github.com/dolthub/gozstd"
|
||||
|
||||
"github.com/dolthub/dolt/go/cmd/dolt/doltversion"
|
||||
"github.com/dolthub/dolt/go/store/chunks"
|
||||
"github.com/dolthub/dolt/go/store/hash"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user