summaryrefslogtreecommitdiff
path: root/cmd/ponzu/vendor/github.com
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ponzu/vendor/github.com')
-rw-r--r--cmd/ponzu/vendor/github.com/boltdb/bolt/bolt_windows.go2
m---------cmd/ponzu/vendor/github.com/satori/go.uuid0
2 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ponzu/vendor/github.com/boltdb/bolt/bolt_windows.go b/cmd/ponzu/vendor/github.com/boltdb/bolt/bolt_windows.go
index d538e6a..b00fb07 100644
--- a/cmd/ponzu/vendor/github.com/boltdb/bolt/bolt_windows.go
+++ b/cmd/ponzu/vendor/github.com/boltdb/bolt/bolt_windows.go
@@ -89,7 +89,7 @@ func flock(db *DB, mode os.FileMode, exclusive bool, timeout time.Duration) erro
func funlock(db *DB) error {
err := unlockFileEx(syscall.Handle(db.lockfile.Fd()), 0, 1, 0, &syscall.Overlapped{})
db.lockfile.Close()
- os.Remove(db.path+lockExt)
+ os.Remove(db.path + lockExt)
return err
}
diff --git a/cmd/ponzu/vendor/github.com/satori/go.uuid b/cmd/ponzu/vendor/github.com/satori/go.uuid
new file mode 160000
+Subproject b061729afc07e77a8aa4fad0a2fd840958f1942