1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-18 22:17:44 +02:00

fix: linting issues (#2566)

This commit is contained in:
Rene Jochum
2022-09-30 20:32:55 +02:00
committed by GitHub
parent 85c0b0b8eb
commit 010b1d9f11
53 changed files with 401 additions and 296 deletions

View File

@ -6,12 +6,11 @@ import (
"path/filepath"
"sync"
"golang.org/x/net/context"
"go-micro.dev/v4/errors"
log "go-micro.dev/v4/logger"
"go-micro.dev/v4/server"
proto "go-micro.dev/v4/util/file/proto"
"golang.org/x/net/context"
)
// NewHandler is a handler that can be registered with a micro Server.