From 15e87b9351b90d6aeeaebb4b0d2361b474558beb Mon Sep 17 00:00:00 2001 From: Leonel Quinteros Date: Fri, 24 Jun 2016 17:07:46 -0300 Subject: [PATCH] Improved docs --- po.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po.go b/po.go index 2d9e2af..b918bf6 100644 --- a/po.go +++ b/po.go @@ -47,10 +47,10 @@ Po parses the content of any PO file and provides all the translation functions Example: - import "github.com/leonelquinteros/gotext" + import "github.com/leonelquinteros/gotext" func main() { - // Create po object + // Create po object po := new(gotext.Po) // Parse .po file