Commit 8bd9ef1a authored by liuyuhang's avatar liuyuhang

Update linter_warning处理.md

parent 0c7e87f3
## 本地查看自己所修改模块golint warning的命令:
## 本地查看自己所修改模块golint warning的命令:
......@@ -135,7 +135,7 @@ func (ws *walletStore) GetFeeAmount(minFee int64) int64 {
```
## ineffassign warning修改方法:
### 1、导出结构体、变量、常量、函数需加注释
### 1、
> * ineffectual assignment to ty
```
func (acc *DB) depositBalance(execaddr string, amount int64) (*types.Receipt, error) {
......
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