mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
7124367b82
Also adds the "// +checkalignedignore" escape hatch for packages to opt out of checking. See cl/439349432 for justification (https://github.com/google/gvisor/pull/7376). PiperOrigin-RevId: 444918125
10 lines
238 B
Go
10 lines
238 B
Go
// Copyright 2019 The gVisor Authors.
|
|
//
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// Package sync provides synchronization primitives.
|
|
//
|
|
// +checkalignedignore
|
|
package sync
|