(t *testing.T)
| 263 | } |
| 264 | |
| 265 | func TestBindingFormDefaultValue2(t *testing.T) { |
| 266 | testFormBindingDefaultValue(t, http.MethodGet, |
| 267 | "/?foo=bar", "/?bar2=foo", |
| 268 | "", "") |
| 269 | } |
| 270 | |
| 271 | func TestBindingFormForTime(t *testing.T) { |
| 272 | testFormBindingForTime(t, http.MethodPost, |
nothing calls this directly
no test coverage detected