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