PageRenderTime 41ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/go/template_static_runme.go

#
Go | 7 lines | 5 code | 2 blank | 0 comment | 0 complexity | 24db9d49186a45ce6af1d6cc3865c3f1 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. package main
  2. import . "./template_static"
  3. func main() {
  4. FooBar_double(1)
  5. }