diff options
Diffstat (limited to 'vendor/golang.org/x/net/http2/Makefile')
-rw-r--r-- | vendor/golang.org/x/net/http2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/golang.org/x/net/http2/Makefile b/vendor/golang.org/x/net/http2/Makefile new file mode 100644 index 00000000..55fd826f --- /dev/null +++ b/vendor/golang.org/x/net/http2/Makefile @@ -0,0 +1,3 @@ +curlimage: + docker build -t gohttp2/curl . + |