ListIssues: add milestones filter #327
Reference in New Issue
Block a user
No description provided.
Delete Branch "6543/go-sdk:ListIssues-add-milestones"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
as title
close #322
@@ -99,3 +102,3 @@
lq += ","
}
lq += l
lq += opt.Labels[i]
Why'd you change this?
as the the related commit message tell: code formateion
to make it similar to milestone ones
and I choose
for i := range objlist
overfor _, o := range objlist
because of speed thoughtsstrings.Join 🎉