File: race.go

package info (click to toggle)
golang-github-azure-azure-sdk-for-go 2.1.1~beta-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,596 kB
  • ctags: 7,237
  • sloc: makefile: 4
file content (11 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (40)
1
2
3
4
5
6
7
8
9
10
11
// 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.

// +build race

package http

func init() {
	raceEnabled = true
}