github.com/Liam-Williams/i18n4go@v0.2.7-0.20201028180611-670cbaceaa6b/test_fixtures/fixup/notsogood/missing_foreign_key/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.Println(T("I'm the extra key"))
     8  	fmt.Printf("Heal the world")
     9  }