github.com/keysonzzz/kmg@v0.0.0-20151121023212-05317bfd7d39/kmgGoSource/kmgGoParser/testPackage/testImport.go (about)

     1  package testPackage
     2  
     3  /*
     4  	import (
     5  		"not_exist_package1"
     6  	)
     7  */
     8  func ImportTester() string {
     9  	return `import (
    10  		"not_exist_package"
    11  	)` + "import ()"
    12  }