Fix go vet errors
This commit is contained in:
parent
b0129e5239
commit
e84b1d67cb
8 changed files with 16 additions and 12 deletions
|
|
@ -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"`
|
||||
|
|
|
|||
Reference in a new issue