github.com/Liam-Williams/i18n4go@v0.2.7-0.20201028180611-670cbaceaa6b/test_fixtures/fixup/notsogood/add/src/code/main.go (about)

     1  package code
     2  
     3  import "fmt"
     4  
     5  func main() {
     6  	fmt.Println(T("Translated hello world!"))
     7  	fmt.Printf(T("Heal the world"))
     8  }