1
0
mirror of https://github.com/rancher/os.git synced 2025-09-27 05:32:58 +00:00

Bump up github.com/sirupsen/logrus to 1.8.1 (#90)

This commit is contained in:
Olli Janatuinen
2021-05-09 18:05:24 +03:00
committed by GitHub
parent 486b29d77c
commit 4d473e8585
467 changed files with 120838 additions and 36542 deletions

25
vendor/golang.org/x/sys/windows/race0.go generated vendored Normal file
View File

@@ -0,0 +1,25 @@
// Copyright 2012 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 windows,!race
package windows
import (
"unsafe"
)
const raceenabled = false
func raceAcquire(addr unsafe.Pointer) {
}
func raceReleaseMerge(addr unsafe.Pointer) {
}
func raceReadRange(addr unsafe.Pointer, len int) {
}
func raceWriteRange(addr unsafe.Pointer, len int) {
}