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 eaaf894 commit 96064b6Copy full SHA for 96064b6
src/net/http/servemux.go
@@ -1,3 +1,7 @@
1
+// Copyright 2009 The Go Authors. All rights reserved.
2
+// Use of this source code is governed by a BSD-style
3
+// license that can be found in the LICENSE file.
4
+
5
package http
6
7
import (
src/net/http/servemux_test.go
package http_test
0 commit comments