commit | 9ee29516c419b7eaa95ed89a93b135ea1c683576 | [log] [tgz] |
---|---|---|
author | D. Can Celasun <can@dcc.im> | Wed Oct 17 08:44:48 2018 +0200 |
committer | Duru Can Celasun <can@dcc.im> | Fri Oct 19 07:48:56 2018 +0100 |
tree | 31717d7cb66829365cabf159c6a6cbb40de55d38 | |
parent | 8a130f63e5bd09e5c39f9760ba04b5ea0837ff4c [diff] [blame] |
Replace git.apache.org imports with github.com Client: go
diff --git a/tutorial/go/src/main.go b/tutorial/go/src/main.go index 63154e3..7730d7b 100644 --- a/tutorial/go/src/main.go +++ b/tutorial/go/src/main.go
@@ -22,7 +22,7 @@ import ( "flag" "fmt" - "git.apache.org/thrift.git/lib/go/thrift" + "github.com/apache/thrift/lib/go/thrift" "os" )