step 10 : remove unused field in struct

This commit is contained in:
sindhu
2024-05-22 09:40:01 +07:00
parent 445d238426
commit 69074143af
5 changed files with 5 additions and 25 deletions

View File

@@ -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"`
}