chore: remove init if possible (#2485)
This commit is contained in:
@@ -25,10 +25,6 @@ type (
|
||||
}
|
||||
)
|
||||
|
||||
func init() {
|
||||
InitLogger()
|
||||
}
|
||||
|
||||
// NewRpcServer returns a Server.
|
||||
func NewRpcServer(address string, opts ...ServerOption) Server {
|
||||
var options rpcServerOptions
|
||||
|
||||
Reference in New Issue
Block a user