mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-06 18:35:19 +00:00
THRIFT-2537 Path for "go get" does not work
Client: Go Patch: Jens Geyer This closes #115
This commit is contained in:
parent
cc0fe274c0
commit
b7cb9457dc
@ -24,12 +24,12 @@ under the License.
|
||||
Using Thrift with Go
|
||||
====================
|
||||
|
||||
In following Go conventions, we reccomend you use the 'go' tool to install
|
||||
In following Go conventions, we recommend you use the 'go' tool to install
|
||||
Thrift for go.
|
||||
|
||||
$ go get git.apache.org/thrift.git/lib/go/thrift
|
||||
$ go get git-wip-us.apache.org/repos/asf/thrift.git/lib/go/thrift
|
||||
|
||||
Will install the last stable release.
|
||||
Will retrieve and install the most recent version of the package.
|
||||
|
||||
|
||||
A note about optional fields
|
||||
|
Loading…
Reference in New Issue
Block a user