gofmt
This commit is contained in:
parent
24ed43d541
commit
7175b1dd65
@ -49,6 +49,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var DefaultHashFunction = uint64(mh.BLAKE2B_MIN + 31)
|
var DefaultHashFunction = uint64(mh.BLAKE2B_MIN + 31)
|
||||||
|
|
||||||
const dealStartBuffer abi.ChainEpoch = 10000 // TODO: allow setting
|
const dealStartBuffer abi.ChainEpoch = 10000 // TODO: allow setting
|
||||||
|
|
||||||
type API struct {
|
type API struct {
|
||||||
|
@ -19,6 +19,7 @@ type Mgr struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type Label string
|
type Label string
|
||||||
|
|
||||||
const (
|
const (
|
||||||
LSource = "source" // Function which created the import
|
LSource = "source" // Function which created the import
|
||||||
LRootCid = "root" // Root CID
|
LRootCid = "root" // Root CID
|
||||||
|
Loading…
Reference in New Issue
Block a user