diff options
author | wppd <[email protected]> | 2019-12-25 16:16:17 +0800 |
---|---|---|
committer | wppd <[email protected]> | 2019-12-25 16:16:17 +0800 |
commit | 32c4c3611bdb6f4c3b03d32750b4ebd94c766541 (patch) | |
tree | 8f5a5c8d4f148885aebfb9863db65443e497d007 /service/gzip | |
parent | 726e6ef17ce500d402379396367e13ec0508ace5 (diff) |
comment
Diffstat (limited to 'service/gzip')
-rw-r--r-- | service/gzip/config.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/service/gzip/config.go b/service/gzip/config.go index 7da48a67..00ac559d 100644 --- a/service/gzip/config.go +++ b/service/gzip/config.go @@ -6,7 +6,6 @@ import ( // Config describes file location and controls access to them. type Config struct { - // Dir contains name of directory to control access to. Enable bool } |