Обновить internal/app/server.go

This commit is contained in:
2026-06-20 09:23:05 +00:00
parent 7768ec7c5f
commit 4f69b56c99
+1 -1
View File
@@ -9,7 +9,7 @@ type server struct {
proto.Unsafe${REPO_NAME_PASCAL}Server proto.Unsafe${REPO_NAME_PASCAL}Server
} }
func NewServer() proto.TestTemplateRepoServer { func NewServer() proto.${REPO_NAME_PASCAL}Server {
return &server{} return &server{}
} }