Add comment

pull/85/head
Fenny 2020-02-08 07:18:56 +01:00
parent dbb92028f8
commit de1a564269
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ func (r *Fiber) Static(args ...string) {
root := "./"
wildcard := false
// enable / disable gzipping somewhere?
// todo v2.0.0
gzip := true
if len(args) == 1 {