More on Go examples

[skip ci]
This commit is contained in:
William S Fulton 2015-01-07 20:46:25 +00:00
commit bfccd9c441

View file

@ -80,6 +80,10 @@ Working examples can be found here:
<li><a href="https://golang.org/misc/swig">Examples from the Go source tree</a>
<li><a href="https://github.com/swig/swig/tree/master/Examples/go">Examples from the SWIG source tree</a>
</ul>
<p>
The examples in the 2nd link are shipped with the SWIG distribution under the Examples/go directory.
</p>
<H2><a name="Go_running_swig"></a>23.3 Running SWIG with Go</H2>