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