diff options
Diffstat (limited to 'src/templates.go')
-rw-r--r-- | src/templates.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/templates.go b/src/templates.go index de1f081..4deeb67 100644 --- a/src/templates.go +++ b/src/templates.go @@ -7,9 +7,10 @@ import ( "log" "strings" + . "git.thomasvoss.com/euro-cash.eu/pkg/try" + "git.thomasvoss.com/euro-cash.eu/pkg/watch" + "git.thomasvoss.com/euro-cash.eu/src/dbx" - . "git.thomasvoss.com/euro-cash.eu/src/try" - "git.thomasvoss.com/euro-cash.eu/src/watch" ) type templateData struct { |