github.com/Liam-Williams/i18n4go@v0.2.7-0.20201028180611-670cbaceaa6b/test_fixtures/rewrite_package/i18n_strings_filename_option/expected_output/test.go (about)

     1  package input_files
     2  
     3  func Something() {
     4  	str := T("hello")
     5  	println(str, "world")
     6  	println(1 + 1)
     7  	println(T("hello"))
     8  }