fix code format

This commit is contained in:
telanflow
2020-08-13 20:56:09 +08:00
parent b8e36b537c
commit 446cb3e992
2 changed files with 1 additions and 2 deletions

View File

@@ -71,4 +71,3 @@ func main() {
body, _ := ioutil.ReadAll(resp.Body)
log.Println(string(body))
}

View File

@@ -46,4 +46,4 @@ func singleJoiningSlash(a, b string) string {
return a + "/" + b
}
return a + b
}
}