issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com>

some basic changes to parse upload url
This commit is contained in:
Chris Lu
2013-09-01 23:58:21 -07:00
parent 2e70cc8be7
commit 82b74c7940
28 changed files with 102 additions and 86 deletions

View File

@@ -10,8 +10,8 @@ package util
import (
"bytes"
"encoding/json"
"code.google.com/p/weed-fs/go/glog"
"encoding/json"
"os"
)

View File

@@ -1,8 +1,8 @@
package util
import (
"io/ioutil"
"code.google.com/p/weed-fs/go/glog"
"io/ioutil"
"net/http"
"net/url"
)