This commit is contained in:
Владимир Фёдоров 2024-05-19 18:57:32 +07:00
parent 89575b5492
commit c1887b5314
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module cake_crm module ${REPO_NAME_SNAKE}
go 1.22 go 1.22

View File

@ -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 {