add os.Kill signal to handle.

go fmt some code.
This commit is contained in:
Chris Lu
2014-05-13 11:32:10 -07:00
parent dc24bad791
commit 029923329d
5 changed files with 4 additions and 6 deletions

View File

@@ -68,4 +68,3 @@ func call(server string, request ApiRequest, ret interface{}) error {
}
return nil
}