mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-08-24 13:16:56 +08:00
go fmt
This commit is contained in:
parent
03c2f03509
commit
45a9d852d3
@ -3,8 +3,8 @@ package msgclient
|
||||
import (
|
||||
"context"
|
||||
"io"
|
||||
"time"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/chrislusf/seaweedfs/weed/messaging/broker"
|
||||
"github.com/chrislusf/seaweedfs/weed/pb/messaging_pb"
|
||||
|
@ -6,6 +6,7 @@ import (
|
||||
"syscall"
|
||||
"unsafe"
|
||||
)
|
||||
|
||||
var (
|
||||
kernel32 = windows.NewLazySystemDLL("Kernel32.dll")
|
||||
getDiskFreeSpaceEx = kernel32.NewProc("GetDiskFreeSpaceExW")
|
||||
|
Loading…
Reference in New Issue
Block a user