aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/app/handler/about/index.templ')
-rw-r--r--pkg/app/handler/about/index.templ10
1 files changed, 6 insertions, 4 deletions
diff --git a/pkg/app/handler/about/index.templ b/pkg/app/handler/about/index.templ
index 16a0b5f..aa5130d 100644
--- a/pkg/app/handler/about/index.templ
+++ b/pkg/app/handler/about/index.templ
@@ -1,9 +1,11 @@
package about
-import "net/http"
-import "runtime/debug"
-import "soko/pkg/app/layout"
-import "soko/pkg/config"
+import (
+ "net/http"
+ "runtime/debug"
+ "soko/pkg/app/layout"
+ "soko/pkg/config"
+)
func getCommitId() string {
if info, ok := debug.ReadBuildInfo(); ok {