Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bookmark
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liuyuhang
bookmark
Commits
0d7521c6
Commit
0d7521c6
authored
Nov 14, 2018
by
liuyuhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update lint_warning处理.txt
parent
513a579b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lint_warning处理.txt
lint_warning处理.txt
+2
-1
No files found.
lint_warning处理.txt
View file @
0d7521c6
查看当前模
块lint提示命令:golint -set_exit_status plugin/...
查看当前模
块lint提示命令:golint -set_exit_status plugin/...
...
...
@@ -13,6 +13,7 @@ const (
func CalcWalletPassKey() []byte {
return []byte(keyWalletPassKey)
}
(注:如果是某些函数或者变量没有必要exported的话,首字母改为小写就不需要注释了)
2、函数注释不规范system/dapp/query.go:15:1:warning: comment on exported method DriverBase.GetTxsByAddr should be of the form "GetTxsByAddr ..." (golint)
需要改成上面1示例
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment