Add control+c or INT handling

This commit is contained in:
Chris Lu 2014-05-13 00:05:18 -07:00
parent 7e0ae72b07
commit 750e1aaaa5

View file

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