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