style: fix var block formatting

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
yinwm
2026-02-13 20:23:36 +08:00
parent 92490feff0
commit b5a8effcd6

View File

@@ -35,10 +35,10 @@ import (
)
var (
version = "dev"
gitCommit string
buildTime string
goVersion string
version = "dev"
gitCommit string
buildTime string
goVersion string
)
const logo = "🦞"