We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c46948 commit dd84bcaCopy full SHA for dd84bca
1 file changed
form/form.go
@@ -13,7 +13,7 @@ type Form interface{}
13
14
type None struct{}
15
16
-func Pretty(form Form) string {
+func SprintJSON(form Form) string {
17
data, err := json.MarshalIndent(form, "", " ")
18
if err != nil {
19
panic(err)
0 commit comments