Changeset 63 in code for trunk


Ignore:
Timestamp:
Nov 28, 2022, 9:47:47 AM (3 years ago)
Author:
dev
Message:

Reformat source with go-fmt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/partage.go

    r62 r63  
    4141        group    string
    4242        chroot   string
    43         listen     string
     43        listen   string
    4444        baseuri  string
    4545        rootdir  string
     
    215215                data := templatedata{
    216216                        Maxsize: humanize.IBytes(uint64(conf.maxsize)),
    217                         Links: links,
     217                        Links:   links,
    218218                }
    219219                servetemplate(w, "/index.html", data)
Note: See TracChangeset for help on using the changeset viewer.