Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/locales.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'fil/fil.go')
-rw-r--r--fil/fil.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/fil/fil.go b/fil/fil.go
index 2e4faeb4..ce739c9a 100644
--- a/fil/fil.go
+++ b/fil/fil.go
@@ -169,7 +169,7 @@ func (fil *fil) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- b = append(b, fil.Percent[0])
+ b = append(b, fil.percent...)
return b
}