From ab3dcea63152a273e78b556facd218fe036112ed Mon Sep 17 00:00:00 2001 From: 1379 <1379@1379.com> Date: Sun, 19 Mar 2023 18:18:20 +0800 Subject: [PATCH] test: linter --- main.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.go b/main.go index cf71a5d..b53a251 100644 --- a/main.go +++ b/main.go @@ -2,6 +2,7 @@ package main import ( "context" + "fmt" "go.uber.org/fx" @@ -21,6 +22,9 @@ import ( var eventBus event.Bus func main() { + index := 0 + index = 1 + fmt.Println(index) app := InitApp() if err := app.Start(context.Background()); err != nil {