Commit 3c6b75fb authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Add `make itprep` target to `go get` dependencies

parent d1f06b09
......@@ -25,5 +25,12 @@ EXTRA_DIST = \
nghttpx_test.go \
server_tester.go
.PHONY: itprep it
itprep:
go get -d -v github.com/bradfitz/http2
go get -d -v github.com/tatsuhiro-t/go-nghttp2
go get -d -v golang.org/x/net/spdy
it:
sh setenv go test -v
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment