Rearrange

This commit is contained in:
chemotaxis 2022-04-10 01:57:38 -04:00
parent 4f37c54ca0
commit fa470fc499

View file

@ -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