go fmt
This commit is contained in:
parent
793d332002
commit
6fe92ff13c
@ -10,12 +10,14 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type PathType bool
|
type PathType bool
|
||||||
|
|
||||||
const (
|
const (
|
||||||
PathStorage = false
|
PathStorage = false
|
||||||
PathSealing = true
|
PathSealing = true
|
||||||
)
|
)
|
||||||
|
|
||||||
type AcquireMode string
|
type AcquireMode string
|
||||||
|
|
||||||
const (
|
const (
|
||||||
AcquireMove = "move"
|
AcquireMove = "move"
|
||||||
AcquireCopy = "copy"
|
AcquireCopy = "copy"
|
||||||
|
|||||||
@ -63,7 +63,6 @@ func (t *TestingLocalStorage) init(subpath string) error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
var _ LocalStorage = &TestingLocalStorage{}
|
var _ LocalStorage = &TestingLocalStorage{}
|
||||||
|
|
||||||
func TestLocalStorage(t *testing.T) {
|
func TestLocalStorage(t *testing.T) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user