File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Package form
8
8
[ ![ GoDoc] ( https://godoc.org/github.com/go-playground/form?status.svg )] ( https://godoc.org/github.com/go-playground/form )
9
9
![ License] ( https://img.shields.io/dub/l/vibe-d.svg )
10
10
11
- Package form Decodes url.Values into struct values and Encodes strut values into url.Values.
11
+ Package form Decodes url.Values into struct values and Encodes struct values into url.Values.
12
12
13
13
It has the following features:
14
14
Original file line number Diff line number Diff line change 1
1
/*
2
- Package form Decodes url.Values into struct values and Encodes strut values into url.Values.
2
+ Package form Decodes url.Values into struct values and Encodes struct values into url.Values.
3
3
4
4
5
5
It has the following features:
You can’t perform that action at this time.
0 commit comments