(t *testing.T)
| 257 | } |
| 258 | |
| 259 | func TestBindingFormDefaultValue(t *testing.T) { |
| 260 | testFormBindingDefaultValue(t, http.MethodPost, |
| 261 | "/", "/", |
| 262 | "foo=bar", "bar2=foo") |
| 263 | } |
| 264 | |
| 265 | func TestBindingFormDefaultValue2(t *testing.T) { |
| 266 | testFormBindingDefaultValue(t, http.MethodGet, |
nothing calls this directly
no test coverage detected