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