diff --git a/mosaic/.golangci.yml b/mosaic/.golangci.yml index 29afc388e..6d4fa4c9c 100644 --- a/mosaic/.golangci.yml +++ b/mosaic/.golangci.yml @@ -29,7 +29,6 @@ linters: - prealloc - lll - gosec - - gofumpt - godot - gocritic - funlen diff --git a/mosaic/router/health_router.go b/mosaic/router/health_router.go index 94d21902f..3ef7849b5 100644 --- a/mosaic/router/health_router.go +++ b/mosaic/router/health_router.go @@ -18,8 +18,7 @@ import ( "github.com/kouprlabs/voltaserve/mosaic/infra" ) -type HealthRouter struct { -} +type HealthRouter struct{} func NewHealthRouter() *HealthRouter { return &HealthRouter{}