mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
go fmt
This commit is contained in:
parent
83cd0fc739
commit
03a31587ce
|
@ -239,7 +239,7 @@ func makeEventProcessor(remoteStorage *remote_pb.RemoteConf, mountedDir string,
|
|||
return eachEntryFunc, nil
|
||||
}
|
||||
|
||||
func collectLastSyncOffset(option *RemoteSyncOptions, mountedDir string) (time.Time) {
|
||||
func collectLastSyncOffset(option *RemoteSyncOptions, mountedDir string) time.Time {
|
||||
// 1. specified by timeAgo
|
||||
// 2. last offset timestamp for this directory
|
||||
// 3. directory creation time
|
||||
|
|
|
@ -6,8 +6,8 @@ import (
|
|||
|
||||
var (
|
||||
VERSION_NUMBER = fmt.Sprintf("%.02f", 2.65)
|
||||
VERSION = sizeLimit + VERSION_NUMBER
|
||||
COMMIT = ""
|
||||
VERSION = sizeLimit + VERSION_NUMBER
|
||||
COMMIT = ""
|
||||
)
|
||||
|
||||
func Version() string {
|
||||
|
|
Loading…
Reference in a new issue