diff --git a/po.go b/po.go index 556c344..2d9e2af 100644 --- a/po.go +++ b/po.go @@ -51,7 +51,7 @@ Example: func main() { // Create po object - po := new(Po) + po := new(gotext.Po) // Parse .po file po.ParseFile("/path/to/po/file/translations.po")