Reformat source with go-fmt
git-svn-id: file:///srv/svn/repo/marisa/trunk@63 d6811dac-2434-b64a-9ddc-f563ab233461
This commit is contained in:
parent
0971e954a6
commit
e3f3d3f376
@ -40,7 +40,7 @@ var conf struct {
|
||||
user string
|
||||
group string
|
||||
chroot string
|
||||
listen string
|
||||
listen string
|
||||
baseuri string
|
||||
rootdir string
|
||||
tmplpath string
|
||||
@ -214,7 +214,7 @@ func uploaderPost(w http.ResponseWriter, r *http.Request) {
|
||||
case "html":
|
||||
data := templatedata{
|
||||
Maxsize: humanize.IBytes(uint64(conf.maxsize)),
|
||||
Links: links,
|
||||
Links: links,
|
||||
}
|
||||
servetemplate(w, "/index.html", data)
|
||||
case "json":
|
||||
|
Loading…
x
Reference in New Issue
Block a user