Use pointer receiver more offen
This commit is contained in:
parent
6999b4e728
commit
c7569b5e54
59 changed files with 688 additions and 672 deletions
|
@ -25,7 +25,7 @@ func (k FlagKey) GetMCQJustification() (fl FlagLabel, err error) {
|
|||
fl.IdChoice = int(idChoice)
|
||||
fl.Label = strings.Join(spl[2:], "%")
|
||||
} else {
|
||||
err = errors.New("This is not a MCQ justification")
|
||||
err = errors.New("this is not a MCQ justification")
|
||||
}
|
||||
return
|
||||
}
|
||||
|
|
Reference in a new issue