fix
This commit is contained in:
parent
89575b5492
commit
c1887b5314
|
@ -6,7 +6,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
type Server struct {
|
type Server struct {
|
||||||
proto.UnimplementedCRMServer
|
proto.Unimplemented${REPO_NAME_PASCAL}Server
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewServer() *Server {
|
func NewServer() *Server {
|
||||||
|
|
Loading…
Reference in New Issue