Update golang.org/x/net for http2 enablement

This commit is contained in:
Timothy St. Clair
2016-05-24 16:03:45 -05:00
parent b61ce0bc81
commit 786b7989a0
29 changed files with 3520 additions and 772 deletions

View File

@@ -1,9 +1,6 @@
// Copyright 2014 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// See https://code.google.com/p/go/source/browse/CONTRIBUTORS
// Licensed under the same terms as Go itself:
// https://code.google.com/p/go/source/browse/LICENSE
// Defensive debug-only utility to track that functions run on the
// goroutine that they're supposed to.