Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Flutter_Go 代码开发规范.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ void error([String message = null]) {

### 类成员

#### 不要把不必要地将字段包装在getter和setter中
#### 不要把不必要地字段包装在getter和setter中

不推荐如下写法:

Expand Down