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

     1  package mypackage
     2  
     3  import (
     4  	"fmt"
     5  )
     6  
     7  func myFunc() {
     8  	fmt.Println(T("And the entire human race"))
     9  	fmt.Println(T("Tomato"))
    10  }