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

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