Improved docs

This commit is contained in:
Leonel Quinteros
2016-06-24 17:07:46 -03:00
parent ed080f71c3
commit 15e87b9351

4
po.go
View File

@@ -47,10 +47,10 @@ Po parses the content of any PO file and provides all the translation functions
Example: Example:
import "github.com/leonelquinteros/gotext" import "github.com/leonelquinteros/gotext"
func main() { func main() {
// Create po object // Create po object
po := new(gotext.Po) po := new(gotext.Po)
// Parse .po file // Parse .po file