Fix go vet errors

This commit is contained in:
nemunaire 2022-07-08 23:11:11 +02:00
commit e84b1d67cb
8 changed files with 16 additions and 12 deletions

View file

@ -34,7 +34,6 @@ type myTeamHint struct {
}
type myTeamFlag struct {
Id int `json:"id,omitempty"`
order int8 `json:"order"`
Label string `json:"label"`
Type string `json:"type,omitempty"`
Placeholder string `json:"placeholder,omitempty"`
@ -57,6 +56,7 @@ type myTeamFlag struct {
Min *float64 `json:"min,omitempty"`
Max *float64 `json:"max,omitempty"`
Step *float64 `json:"step,omitempty"`
order int8
}
type myTeamMCQJustifiedChoice struct {
Label string `json:"label"`