We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f29fbbd commit ac74a77Copy full SHA for ac74a77
Makefile
@@ -44,7 +44,10 @@ LINT_SRC := $(filter-out ./mock%,$(ALL_SRC))
44
# all directories with *_test.go files in them
45
TEST_DIRS := $(sort $(dir $(filter %_test.go,$(ALL_SRC))))
46
47
-yarpc-install:
+vendor:
48
+ glide install
49
+
50
+yarpc-install: vendor
51
go get './vendor/go.uber.org/thriftrw'
52
go get './vendor/go.uber.org/yarpc/encoding/thrift/thriftrw-plugin-yarpc'
53
0 commit comments