Commit 91ee2d99 authored by liuyuhang's avatar liuyuhang

modify md file

parent eeac504f
## 本地查看自己所修改模块lint warning的命令:
## 本地查看自己所修改模块lint warning的命令:
......@@ -94,7 +94,7 @@ func (ws *walletStore) GetFeeAmount(minFee int64) int64 {
return FeeAmount
}
```
9、errors.New(fmt.Sprintf(...)) 这种格式替换为fmt.Errorf(...)
### 9、errors.New(fmt.Sprintf(...)) 这种格式替换为fmt.Errorf(...)
> * lint warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
```
index := strings.Index(context, this.ActionName)
......
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