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

     1  package doption
     2  
     3  import (
     4  	"fmt"
     5  )
     6  
     7  func DOption3() string {
     8  	name := "Tim"
     9  	fmt.Printf("Hello cruel world! from %s", name)
    10  }