Blame vendor/golang.org/x/sys/windows/empty.s

Packit 63bb0d
// Copyright 2019 The Go Authors. All rights reserved.
Packit 63bb0d
// Use of this source code is governed by a BSD-style
Packit 63bb0d
// license that can be found in the LICENSE file.
Packit 63bb0d
Packit 63bb0d
// +build !go1.12
Packit 63bb0d
Packit 63bb0d
// This file is here to allow bodyless functions with go:linkname for Go 1.11
Packit 63bb0d
// and earlier (see https://golang.org/issue/23311).