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

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