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

@@ -5,6 +5,7 @@
package gotext
// Translator interface is used by Locale and Po objects
type Translator interface {
ParseFile(f string)
Parse(buf []byte)