From 038cdd6ae395eb4249ab1758d319f847beeb4549 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sun, 15 Feb 2026 08:49:46 -0800 Subject: Commit ticket updates and remaining backend lint fixes --- internal/vlog/vlog.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'internal') diff --git a/internal/vlog/vlog.go b/internal/vlog/vlog.go index ab48478..2cd30a5 100644 --- a/internal/vlog/vlog.go +++ b/internal/vlog/vlog.go @@ -8,7 +8,7 @@ import ( var VERBOSE bool func init() { - VERBOSE=false + VERBOSE = false } func Printf(format string, v ...interface{}) { @@ -22,4 +22,3 @@ func Println(v ...interface{}) { fmt.Println(v...) } } - -- cgit v1.2.3