Commit fd596d7b authored by liuyuhang's avatar liuyuhang

modify md file

parent e2065afa
## 本地查看自己所修改模块lint warning的命令:
## 本地查看自己所修改模块lint warning的命令:
......@@ -20,6 +20,8 @@ func calcWalletPassKey() []byte {
return []byte(keyWalletPassKey)
}
```
> 关于go的注释(包括go包的注释)
> https://www.jianshu.com/p/b91c4400d4b2
### 2、函数等注释不规范,需要按照1中方法修改
> * lint warning: comment on exported method DriverBase.GetTxsByAddr should be of the form "GetTxsByAddr ..."
......
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