libgo: update to Go 1.11
[official-gcc.git] / libgo / go / net / http / race.go
blob766503967c3c4954baf815855529f72c19fad06e
1 // Copyright 2014 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.
5 // +build race
7 package http
9 func init() {
10 raceEnabled = true