doc.go (334B)
1 /* 2 Source code and other details for the project are available at GitHub: 3 4 https://github.com/kataras/i18n 5 6 Current Version 7 8 0.0.8 9 10 Installation 11 12 The only requirement is the Go Programming Language 13 14 $ go get github.com/kataras/i18n@latest 15 16 Examples 17 18 https://github.com/kataras/i18n/tree/master/_examples 19 */ 20 21 package i18n