summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2015-01-07 20:46:25 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2015-01-07 20:46:25 +0000
commitbfccd9c441c9ee8df81171dad011a6e56bdbf5af (patch)
tree96b242df25666b2347a418fd9cf0729b087c7c6f
parent430fe58a24339edace14d60de315f357bd813405 (diff)
downloadswig-bfccd9c441c9ee8df81171dad011a6e56bdbf5af.tar.gz
More on Go examples
[skip ci]
-rw-r--r--Doc/Manual/Go.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/Manual/Go.html b/Doc/Manual/Go.html
index 5c38aabdf..9a6de9598 100644
--- a/Doc/Manual/Go.html
+++ b/Doc/Manual/Go.html
@@ -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>