Clean up, fix bugs, implement caching & use API

This commit is contained in:
Moritz Marquardt 2021-03-17 00:24:34 +01:00
parent 0756993f7e
commit 1a80684e79
No known key found for this signature in database
GPG key ID: D5788327BEE388B6
3 changed files with 138 additions and 93 deletions

5
go.mod
View file

@ -2,4 +2,7 @@ module codeberg.org/codeberg/pages
go 1.16
require github.com/valyala/fasthttp v1.22.0
require (
github.com/valyala/fasthttp v1.22.0
github.com/valyala/fastjson v1.6.3
)