Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
f713a75
)
THRIFT-2012: Modernize Go tooling - Fix for "make dist"
author
Jens Geyer
<jensg@apache.org>
Wed, 19 Jun 2013 21:30:50 +0000
(23:30 +0200)
committer
Jens Geyer
<jensg@apache.org>
Wed, 19 Jun 2013 21:30:50 +0000
(23:30 +0200)
Patch: Jens Geyer
tutorial/go/Makefile.am
patch
|
blob
|
history
diff --git
a/tutorial/go/Makefile.am
b/tutorial/go/Makefile.am
index
2c2b8be
..
512afa3
100644
(file)
--- 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