|
1 | 1 | Package form |
2 | 2 | ============ |
3 | | -<img align="right" src="https://raw.githubusercontent.com/go-playground/form/master/logo.jpg"> |
4 | | -[](https://semaphoreci.com/joeybloggs/form) |
| 3 | +<img align="right" src="https://raw.githubusercontent.com/go-playground/form/master/logo.jpg"> |
| 4 | +[](https://travis-ci.org/go-playground/form) |
5 | 5 | [](https://coveralls.io/github/go-playground/form?branch=master) |
6 | 6 | [](https://goreportcard.com/report/github.com/go-playground/form) |
7 | 7 | [](https://godoc.org/github.com/go-playground/form) |
@@ -50,11 +50,11 @@ Installation |
50 | 50 |
|
51 | 51 | Use go get. |
52 | 52 |
|
53 | | - go get -u github.com/go-playground/form |
| 53 | + go get github.com/go-playground/form |
54 | 54 |
|
55 | 55 | Then import the form package into your own code. |
56 | 56 |
|
57 | | - import "github.com/go-playground/form" |
| 57 | + import "github.com/go-playground/form/v4" |
58 | 58 |
|
59 | 59 | Usage |
60 | 60 | ----- |
@@ -91,7 +91,7 @@ import ( |
91 | 91 | "log" |
92 | 92 | "net/url" |
93 | 93 |
|
94 | | - "github.com/go-playground/form" |
| 94 | + "github.com/go-playground/form/v4" |
95 | 95 | ) |
96 | 96 |
|
97 | 97 | // Address contains address information |
@@ -158,7 +158,7 @@ import ( |
158 | 158 | "fmt" |
159 | 159 | "log" |
160 | 160 |
|
161 | | - "github.com/go-playground/form" |
| 161 | + "github.com/go-playground/form/v4" |
162 | 162 | ) |
163 | 163 |
|
164 | 164 | // Address contains address information |
|
0 commit comments