test: linter

pull/206/head
1379 2 years ago
parent 0ec15edcd9
commit ab3dcea631

@ -2,6 +2,7 @@ package main
import ( import (
"context" "context"
"fmt"
"go.uber.org/fx" "go.uber.org/fx"
@ -21,6 +22,9 @@ import (
var eventBus event.Bus var eventBus event.Bus
func main() { func main() {
index := 0
index = 1
fmt.Println(index)
app := InitApp() app := InitApp()
if err := app.Start(context.Background()); err != nil { if err := app.Start(context.Background()); err != nil {

Loading…
Cancel
Save