cleanup / lint

This commit is contained in:
Pierre Dubouilh
2019-02-07 19:38:20 +01:00
parent b277e81d79
commit 394040e9f5
4 changed files with 110 additions and 101 deletions
-1
View File
@@ -51,7 +51,6 @@ func postJSON(t *testing.T, url string, what string) string {
body, err := ioutil.ReadAll(resp.Body)
dieMaybe(t, err)
return trimSpaces(string(body))
}
func testDefaults(t *testing.T, url string) string {