step 10 : remove unused field in struct
This commit is contained in:
@@ -9,9 +9,7 @@ type ItemSurveyMcu struct {
|
||||
IDItemSurvey string `json:"iditemsurvey"`
|
||||
Nomor string `json:"nomor"`
|
||||
Pertanyaan string `json:"pertanyaan"`
|
||||
Jawaban bool `json:"jawaban"`
|
||||
NameRadioButton string `json:"nameradiobutton"`
|
||||
Checked string `json:"checked"`
|
||||
ErrorMessage string `json:"errorMessage"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user