use golangci-lint and revive for linting (match main repo) #220

Merged
techknowlogick merged 7 commits from update-drone into master 2020-01-26 19:08:48 +00:00
Showing only changes of commit e6f031fb12 - Show all commits

View File

@ -52,6 +52,7 @@ type ListIssueOption struct {
KeyWord string
}
// QueryEncode turns options into querystring argument
func (opt *ListIssueOption) QueryEncode() string {
query := make(url.Values)
if opt.Page > 0 {