Add packages for the defaults
This commit is contained in:
9
server/rpc/rpc.go
Normal file
9
server/rpc/rpc.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package rpc
|
||||
|
||||
import (
|
||||
"github.com/micro/go-micro/server"
|
||||
)
|
||||
|
||||
func NewServer(opts ...server.Option) server.Server {
|
||||
return server.NewServer(opts...)
|
||||
}
|
Reference in New Issue
Block a user