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