update the codebase to latest go src (time, hash, strconv)
[epoint] / cmd / epoint-client / epoint-client.go
index 71bbe04..8a129c6 100644 (file)
@@ -117,7 +117,7 @@ func k(r []byte, cmd, arg string) (err error) {
 }
 
 func d(r []byte, target, value string) (err error) {
-       v, err := strconv.Atoi64(value)
+       v, err := strconv.ParseInt(value, 10, 64)
        if err != nil {
                return
        }