mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-24 02:59:13 +08:00
adjust
This commit is contained in:
parent
d1d9137e8c
commit
2a2d92d06e
@ -3,6 +3,7 @@ package main
|
|||||||
import (
|
import (
|
||||||
"flag"
|
"flag"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"runtime"
|
||||||
"syscall"
|
"syscall"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -14,6 +15,10 @@ func main() {
|
|||||||
flag.Parse()
|
flag.Parse()
|
||||||
|
|
||||||
fillInDiskStatus(*dir)
|
fillInDiskStatus(*dir)
|
||||||
|
|
||||||
|
fmt.Printf("OS: %v\n", runtime.GOOS)
|
||||||
|
fmt.Printf("Arch: %v\n", runtime.GOARCH)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func fillInDiskStatus(dir string) {
|
func fillInDiskStatus(dir string) {
|
||||||
|
Loading…
Reference in New Issue
Block a user