Browse Source

Add control+c or INT handling

pull/2/head
Chris Lu 11 years ago
parent
commit
750e1aaaa5
  1. 1
      go/weed/volume.go

1
go/weed/volume.go

@ -6,6 +6,7 @@ import (
"code.google.com/p/weed-fs/go/weed/weed_server" "code.google.com/p/weed-fs/go/weed/weed_server"
"net/http" "net/http"
"os" "os"
"os/signal"
"runtime" "runtime"
"strconv" "strconv"
"strings" "strings"

Loading…
Cancel
Save