From 271d4d14cca2a030c82374f75abdb189fff9b26c Mon Sep 17 00:00:00 2001 From: shenghui0779 Date: Thu, 16 Jan 2025 17:29:00 +0800 Subject: [PATCH] =?UTF-8?q?gg=E6=94=AF=E6=8C=81=E6=B3=9B=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/README.md b/cmd/README.md index 963929c..322b18b 100644 --- a/cmd/README.md +++ b/cmd/README.md @@ -140,7 +140,7 @@ yiigo ent hello # 创建Ent实例 受 `protoc-gen-go` 启发,为结构体生成 `Get` 方法【支持泛型!!!】,以避免空指针引起的Panic -Generate `Get` method for structure, inspired by `protoc-gen-go`, to avoid Panic caused by null pointer +Generate `Get` method for structure (support generics !!!), inspired by `protoc-gen-go`, to avoid Panic caused by null pointer #### 安装