Author: dcelasun
Date: Wed Oct 17 21:07:21 2018
New Revision: 1844173
URL: http://svn.apache.org/viewvc?rev=1844173&view=rev
Log:
Versioning info, updated min. Go version
Modified:
thrift/cms-site/trunk/content/tutorial/go.md
Modified: thrift/cms-site/trunk/content/tutorial/go.md
URL:
http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/tutorial/go.md?rev=1844173&r1=1844172&r2=1844173&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/tutorial/go.md (original)
+++ thrift/cms-site/trunk/content/tutorial/go.md Wed Oct 17 21:07:21 2018
@@ -6,8 +6,10 @@ library_lang: "go"
### Prerequisites
- * At least Go 1.1.x is required to run the tutorial code.
+ * At least Go 1.7 is required to run the tutorial code.
* The GOPATH may need to be adjusted, alternatively manually put the Go
Thrift library files into a suitable location.
+ * The Thrift library and compiler must be the same version. Applications
might work even with a version mismatch, but this unsupported.
+To use a specific version of the library, either clone the repository for that
version, or use a package manager like [dep](https://golang.github.io/dep/) or
[Go modules](https://github.com/golang/go/wiki/Modules).
### Client