factors out duration formatting to sneak/goutil
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-03-30 15:43:56 -07:00
parent 4b745db52e
commit d203dac078
4 changed files with 10 additions and 26 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module git.eeqj.de/sneak/orangesite
go 1.14
require (
git.eeqj.de/sneak/goutil v0.0.0-20200330224009-e54964f792cd
github.com/flosch/pongo2 v0.0.0-20190707114632-bbf5a6c351f4
github.com/hako/durafmt v0.0.0-20191009132224-3f39dc1ed9f4
github.com/jinzhu/gorm v1.9.12