SWIG/Examples/go/extend/
Extending a simple C++ class in Go
This example illustrates the extending of a C++ class with cross language polymorphism.
example.h
. Header file containing some enums.
example.i
. Interface file.
runme.go
. Sample Go program.