From db8e27be6ec7daa1a188f90f61e385c04cb6b008 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 26 Feb 2013 22:54:22 -0800 Subject: add lots of error checking by GThomas --- go/storage/compress.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go/storage/compress.go') diff --git a/go/storage/compress.go b/go/storage/compress.go index 256789c9c..e8816422b 100644 --- a/go/storage/compress.go +++ b/go/storage/compress.go @@ -10,7 +10,7 @@ import ( /* * Default more not to gzip since gzip can be done on client side. -*/ + */ func IsGzippable(ext, mtype string) bool { if strings.HasPrefix(mtype, "text/") { return true -- cgit v1.2.3