webform

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 9b15bb793ef591bcb96422d7c747ec5067442b96
parent b1781b9cfa027769a9f8ae49b04520d7811e4fbe
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Tue, 23 Jul 2024 14:16:56 +0900

delete unnecessary members of Question

Diffstat:
Mmain.go | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/main.go b/main.go @@ -48,12 +48,8 @@ type Question struct { Q string Qid string T string // answer type: "text", "radio", "check" - TextAns string RadioList []string - RadioAns string CheckList []string - CheckAns []string - OtherAns string } func (*Question) isPart() bool { return false }