/trunk/Examples/test-suite/go/extend_template_ns_runme.go
# · Go · 14 lines · 11 code · 3 blank · 0 comment · 4 complexity · 570c720a3cba50432a635f4ee5f30a7d MD5 · raw file
- package main
- import . "./extend_template_ns"
- func main() {
- f := NewFoo_One()
- if f.Test1(37) != 37 {
- panic(0)
- }
- if f.Test2(42) != 42 {
- panic(0)
- }
- }