1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-05 11:17:03 +00:00

add gocov on travis

Former-commit-id: 99555baee1f5e8ea73b995a5f6476815fd62e0a4
This commit is contained in:
kataras
2017-06-10 04:21:55 +03:00
parent 26c315cdb1
commit c4788ee4e8
5 changed files with 16 additions and 7 deletions

View File

@@ -136,7 +136,7 @@ func (w *GzipResponseWriter) ResetBody() {
w.chunks = w.chunks[0:0]
}
// Disable turns of the gzip compression for the next .Write's data,
// Disable turns off the gzip compression for the next .Write's data,
// if called then the contents are being written in plain form.
func (w *GzipResponseWriter) Disable() {
w.disabled = true