We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986529f commit 286df93Copy full SHA for 286df93
.travis.yml
@@ -1,5 +1,5 @@
1
language: go
2
script: "go build -v"
3
go:
4
-- 1.2
+- 1.16
5
- tip
forms_marshal.go
@@ -1,8 +1,9 @@
package forms
import (
- "encoding/json"
"encoding/xml"
+
6
+ "github.com/webx-top/com/encoding/json"
7
)
8
9
func NewForms(f *Form) *Forms {
json.go
@@ -18,14 +18,15 @@
18
19
20
21
22
"fmt"
23
"io/ioutil"
24
"net/url"
25
"path/filepath"
26
"reflect"
27
"strings"
28
29
30
"github.com/webx-top/tagfast"
31
32
comm "github.com/coscms/forms/common"
0 commit comments