From 8d2f3403d285f448d3e50d56449ecaa82f554cdd Mon Sep 17 00:00:00 2001 From: Michael Schaller Date: Fri, 21 Aug 2015 15:09:42 +0200 Subject: [PATCH] [Go] Reworked beginning of the documentation. * Removed link to examples in the Go source tree as discussed in issue #418. * Reworded occurences of the 'gc tool' as it has been removed with Go 1.5. * Reworked chapter 23.3. This should make it easier for users to get started with SWIG as the chapter starts with how to use SWIG with the go tool. * Added helpful links. --- Doc/Manual/Go.html | 212 ++++++++++++++++++++++++--------------------- 1 file changed, 113 insertions(+), 99 deletions(-) diff --git a/Doc/Manual/Go.html b/Doc/Manual/Go.html index ca12410ad..7531a218c 100644 --- a/Doc/Manual/Go.html +++ b/Doc/Manual/Go.html @@ -13,8 +13,8 @@
  • Examples
  • Running SWIG with Go
  • A tour of basic C/C++ wrapping