diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-27 22:36:40 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-27 22:36:40 +0300 |
commit | f7e25c6d0c6e99f00131cc7837f02ff62913ca6f (patch) | |
tree | 00872a693579389b4a1c74876cfb707706060acb /pkg/app/handler/user/preferences.templ | |
parent | about: add link to commit when showing soko's current commit id (diff) | |
download | soko-f7e25c6d0c6e99f00131cc7837f02ff62913ca6f.tar.gz soko-f7e25c6d0c6e99f00131cc7837f02ff62913ca6f.tar.bz2 soko-f7e25c6d0c6e99f00131cc7837f02ff62913ca6f.zip |
templ: fmt imports
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'pkg/app/handler/user/preferences.templ')
-rw-r--r-- | pkg/app/handler/user/preferences.templ | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/pkg/app/handler/user/preferences.templ b/pkg/app/handler/user/preferences.templ index 2c39bad..01805e2 100644 --- a/pkg/app/handler/user/preferences.templ +++ b/pkg/app/handler/user/preferences.templ @@ -1,11 +1,13 @@ package user -import "net/http" -import "time" -import "soko/pkg/app/layout" -import "soko/pkg/app/utils" -import "soko/pkg/config" -import "soko/pkg/models" +import ( + "net/http" + "soko/pkg/app/layout" + "soko/pkg/app/utils" + "soko/pkg/config" + "soko/pkg/models" + "time" +) var viewTabs = []layout.SubTab{ { |