check in this cruft
This commit is contained in:
11
server/mucp/mucp.go
Normal file
11
server/mucp/mucp.go
Normal file
@@ -0,0 +1,11 @@
|
||||
// Package mucp provides an mucp server
|
||||
package mucp
|
||||
|
||||
import (
|
||||
"github.com/micro/go-micro/server"
|
||||
)
|
||||
|
||||
// NewServer returns a micro server interface
|
||||
func NewServer(opts ...server.Option) server.Server {
|
||||
return server.NewServer(opts...)
|
||||
}
|
||||
Reference in New Issue
Block a user