mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-15 19:31:03 -05:00
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
This commit is contained in:
@@ -166,9 +166,9 @@ func (fm fileManifest) Name() string {
|
||||
// it will be executed while ParseIfExists() holds the manifest file lock.
|
||||
// This is to allow for race condition testing.
|
||||
func (fm fileManifest) ParseIfExists(
|
||||
ctx context.Context,
|
||||
stats *Stats,
|
||||
readHook func() error,
|
||||
ctx context.Context,
|
||||
stats *Stats,
|
||||
readHook func() error,
|
||||
) (exists bool, contents manifestContents, err error) {
|
||||
t1 := time.Now()
|
||||
defer func() {
|
||||
|
||||
Reference in New Issue
Block a user