cache headers, redirect to format=html by default

This commit is contained in:
Michael Stapelberg
2020-06-20 10:30:44 +02:00
parent 0d97aa3ca1
commit 32f7e8a5c5
2 changed files with 7 additions and 9 deletions

2
go.mod
View File

@@ -6,6 +6,6 @@ require (
github.com/aaronarduino/goqrsvg v0.0.0-20170617203649-603647895681
github.com/ajstarks/svgo v0.0.0-20200320125537-f189e35d30ca
github.com/boombuler/barcode v1.0.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
)