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

# · Go · 7 lines · 5 code · 2 blank · 0 comment · 0 complexity · 24db9d49186a45ce6af1d6cc3865c3f1 MD5 · raw file

  1. package main
  2. import . "./template_static"
  3. func main() {
  4. FooBar_double(1)
  5. }