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
path: root/bg/bg.go
diff options
context:
space:
mode:
Diffstat (limited to 'bg/bg.go')
-rw-r--r--bg/bg.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bg/bg.go b/bg/bg.go
index 9448c073..cdb1ed76 100644
--- a/bg/bg.go
+++ b/bg/bg.go
@@ -148,7 +148,7 @@ func (bg *bg) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- b = append(b, bg.Percent[0])
+ b = append(b, bg.percent...)
return b
}