diff options
| author | Jan Wolff <janw@mailbox.org> | 2025-09-12 10:17:45 +0200 |
|---|---|---|
| committer | Jan Wolff <janw@mailbox.org> | 2025-09-12 10:17:45 +0200 |
| commit | 154abc0c5016635ad3af49a0772a97fbdc34bedb (patch) | |
| tree | ef8a548496584b9045be72a5cbf1ad41ee4498b6 /main.go | |
| parent | 283c31564a9d5dab4b8b71d7498886b0cd20a999 (diff) | |
qrcode, automated cleanup
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ func main() { GET: app.FileGet, }) + app.StartScheduler() log.Println(fmt.Sprintf("serving on http://%s\n", "127.0.0.1:8080")) log.Panicln(http.ListenAndServe("127.0.0.1:8080", nil)) } |
