Merge pull request #542 from Sajmani/master

Fix Go example in Go.html
This commit is contained in:
Olly Betts 2016-03-31 13:07:31 +13:00
commit fe56d23f80

View file

@ -446,7 +446,7 @@ type MyClass interface {
MyMethod() int
}
MyClassMyFactoryFunction() MyClass {
func MyClassMyFactoryFunction() MyClass {
// swig magic here
}
</pre>