style: fix var block formatting
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
92490feff0
commit
b5a8effcd6
1 changed files with 4 additions and 4 deletions
|
|
@ -35,10 +35,10 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
version = "dev"
|
||||
gitCommit string
|
||||
buildTime string
|
||||
goVersion string
|
||||
version = "dev"
|
||||
gitCommit string
|
||||
buildTime string
|
||||
goVersion string
|
||||
)
|
||||
|
||||
const logo = "🦞"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue