Rearrange
This commit is contained in:
parent
4f37c54ca0
commit
fa470fc499
1 changed files with 1 additions and 1 deletions
|
|
@ -31,8 +31,8 @@ const (
|
|||
)
|
||||
|
||||
var reasons = []string{"off-topic", "resolved", "spam", "too-heated"}
|
||||
var reasonsString = strings.Join(reasons, ", ")
|
||||
var reasonsJson = []string{"off-topic", "resolved", "spam", "too heated"}
|
||||
var reasonsString = strings.Join(reasons, ", ")
|
||||
var reasonsMap map[string]string
|
||||
|
||||
// typenames maps from the parent command to issue.Typename
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue