Updated Branches: refs/heads/master f713a75a0 -> 470cae334
THRIFT-2012: Modernize Go tooling - Fix for "make dist" Patch: Jens Geyer Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/470cae33 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/470cae33 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/470cae33 Branch: refs/heads/master Commit: 470cae3340b5712b92e87677b2d76bc07158a9d2 Parents: f713a75 Author: Jens Geyer <[email protected]> Authored: Wed Jun 19 23:30:50 2013 +0200 Committer: Jens Geyer <[email protected]> Committed: Wed Jun 19 23:30:50 2013 +0200 ---------------------------------------------------------------------- tutorial/go/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/470cae33/tutorial/go/Makefile.am ---------------------------------------------------------------------- diff --git a/tutorial/go/Makefile.am b/tutorial/go/Makefile.am index 2c2b8be..512afa3 100644 --- a/tutorial/go/Makefile.am +++ b/tutorial/go/Makefile.am @@ -46,6 +46,7 @@ clean-local: $(RM) -r gen-* EXTRA_DIST = \ - client.py \ - handler.py \ - server.py + src/client.go \ + src/handler.go \ + src/server.go \ + src/main.go
