Fix function comments based on best practices from Effective Go

Signed-off-by: CodeLingo Bot <bot@codelingo.io>
This commit is contained in:
CodeLingo Bot
2019-02-28 21:20:03 +00:00
parent 514c1491c7
commit 23ac11872b
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ func CmdWorklogListUsage(cmd *kingpin.CmdClause, opts *WorklogListOptions) error
return nil
}
// // CmdWorklogList will get worklog data for given issue and sent to the "worklogs" template
// CmdWorklogList will get worklog data for given issue and sent to the "worklogs" template
func CmdWorklogList(o *oreo.Client, globals *jiracli.GlobalOptions, opts *WorklogListOptions) error {
data, err := jira.GetIssueWorklog(o, globals.Endpoint.Value, opts.Issue)
if err != nil {