tReformat source with go-fmt - partage - File upload system
(HTM) git clone git://git.z3bra.org/partage.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 8b1ccbbe8b147f2eaa1ada97913bc43f494aa121
(DIR) parent 8f28d1b7592f40f814ce9884d07a2e0fcb380bbd
(HTM) Author: Willy Goiffon <dev@z3bra.org>
Date: Mon, 28 Nov 2022 10:47:47 +0100
Reformat source with go-fmt
Diffstat:
M partage.go | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/partage.go b/partage.go
t@@ -40,7 +40,7 @@ var conf struct {
user string
group string
chroot string
- listen string
+ listen string
baseuri string
rootdir string
tmplpath string
t@@ -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":