Make golint happy. Fixes #21

This commit is contained in:
Leonel Quinteros
2018-05-29 12:46:11 -03:00
parent 7c73cc2975
commit 3c52f5c10b
4 changed files with 16 additions and 12 deletions

View File

@@ -33,7 +33,7 @@ func (t *Translation) Get() string {
return t.ID
}
// Get returns the string of the plural translation
// GetN returns the string of the plural translation
func (t *Translation) GetN(n int) string {
// Look for Translation index
if _, ok := t.Trs[n]; ok {