1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 05:20:26 +00:00
mycorrhiza/web
handlerug 839f8bc2d6
New static files system
assets.qtpl is no more! Now you can just add files to static/ folder,
make sure the extension is registered in static.go (a shortcoming
that'll be addressed in future Go versions), and you're done! It
searches the local file system first, then falls back to the files
embedded with the binary (in the static/ folder).
2021-06-12 20:58:04 +07:00
..
admin.go Refactor and document some stuff 2021-05-11 13:33:00 +05:00
auth.go Refactor and document some stuff 2021-05-11 13:33:00 +05:00
history.go Refactor and document some stuff 2021-05-11 13:33:00 +05:00
mutators.go Migrate to mycomarkup v0.4.0 2021-05-25 12:11:16 +05:00
readers.go Migrate to Mycomarkup v0.5.0 2021-06-12 14:42:13 +05:00
stuff.go Refactor and document some stuff 2021-05-11 13:33:00 +05:00
web.go New static files system 2021-06-12 20:58:04 +07:00