mirror of
https://github.com/golang/go
synced 2024-11-26 23:31:24 -07:00
net/http: update bundle command
This is the bundle command's new usage and new output header, after CL 19428. Actually running this command would work but would bring in a newer x/net/http2 that we don't want yet. Change-Id: Ic6082ca00102a2df1f7632eebf9aca41fdcdb444 Reviewed-on: https://go-review.googlesource.com/19551 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Chris Broadfoot <cbro@golang.org>
This commit is contained in:
parent
f997475129
commit
c4f902bef4
@ -1,5 +1,5 @@
|
|||||||
// Code generated by golang.org/x/tools/cmd/bundle command:
|
// Code generated by golang.org/x/tools/cmd/bundle.
|
||||||
// $ bundle golang.org/x/net/http2 net/http http2
|
//go:generate bundle -o h2_bundle.go -prefix http2 -import golang.org/x/net/http2/hpack=internal/golang.org/x/net/http2/hpack golang.org/x/net/http2
|
||||||
|
|
||||||
// Package http2 implements the HTTP/2 protocol.
|
// Package http2 implements the HTTP/2 protocol.
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user