Commit 9592670c authored by liuyuhang's avatar liuyuhang

Update lint_warning处理.md

parent 64cb0c80
## 本地查看自己所修改模块lint warning的命令: ## 本地查看自己所修改模块lint warning的命令:
...@@ -21,7 +21,7 @@ func calcWalletPassKey() []byte { ...@@ -21,7 +21,7 @@ func calcWalletPassKey() []byte {
} }
``` ```
### 2、函数注释不规范,需要按照1中方法修改 ### 2、函数注释不规范,需要按照1中方法修改
> * lint warning: comment on exported method DriverBase.GetTxsByAddr should be of the form "GetTxsByAddr ..." > * lint warning: comment on exported method DriverBase.GetTxsByAddr should be of the form "GetTxsByAddr ..."
### 3、默认为零,不需要进行为零初始化 ### 3、默认为零,不需要进行为零初始化
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment