github.com/keysonZZZ/kmg@v0.0.0-20151121023212-05317bfd7d39/kmgView/kmgGoTpl/testFile/test7import.gotplhtml (about)

     1  <?
     2  package example
     3  
     4  func tplTest6()string{
     5      a:=1
     6  /*
     7  package abc
     8  import (
     9      "strconv"
    10  )
    11  */
    12  ?>
    13  <p><?=a?></p>
    14  <? } ?>