Updated formatting
This commit is contained in:
parent
c5ad01daee
commit
86448ac4a7
18 changed files with 18 additions and 18 deletions
|
@ -76,4 +76,4 @@ func (res *response) Write(body []byte) (int, error) {
|
|||
func (res *response) WriteString(body string) (int, error) {
|
||||
res.body = append(res.body, body...)
|
||||
return len(body), nil
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue