Frank Schroeder ee5b06a231 Use fmt.Fprint/Fprintf/Fprintln
Used the following rewrite rules:

gofmt -w -r 'resp.Write([]byte(fmt.Sprintf(a, b, c, d))) -> fmt.Fprintf(resp, a, b, c, d)' *.go
gofmt -w -r 'resp.Write([]byte(fmt.Sprintf(a, b, c))) -> fmt.Fprintf(resp, a, b, c)' *.go
gofmt -w -r 'resp.Write([]byte(fmt.Sprintf(a, b))) -> fmt.Fprintf(resp, a, b)'  *.go
gofmt -w -r 'resp.Write([]byte(fmt.Sprintf(a))) -> fmt.Fprint(resp, a)' *.go
gofmt -w -r 'resp.Write([]byte(a + "\n")) -> fmt.Fprintln(resp, a)' *.go
gofmt -w -r 'resp.Write([]byte(a)) -> fmt.Fprint(resp, a)' *.go
2017-04-20 09:02:59 -07:00
..
2017-03-23 18:48:13 -04:00
2017-03-23 18:48:13 -04:00
2017-03-23 18:48:13 -04:00
2017-03-23 18:48:13 -04:00
2017-03-23 18:48:13 -04:00
2017-03-23 18:48:13 -04:00
2017-04-20 09:02:59 -07:00
2017-03-24 17:35:07 -07:00
2013-12-23 16:20:51 -08:00
2015-12-24 22:21:34 -05:00
2017-04-20 09:02:59 -07:00
2017-03-23 18:48:13 -04:00