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 'lv_LV/lv_LV.go')
-rw-r--r--lv_LV/lv_LV.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lv_LV/lv_LV.go b/lv_LV/lv_LV.go
index 2a6d5eb9..686a1728 100644
--- a/lv_LV/lv_LV.go
+++ b/lv_LV/lv_LV.go
@@ -178,7 +178,7 @@ func (lv *lv_LV) FmtPercent(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- b = append(b, lv.Percent[0])
+ b = append(b, lv.percent...)
return b
}