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 #### 安装