Files
kubevpn/vendor/gvisor.dev/gvisor/pkg/sync/sync.go
2023-10-21 22:41:53 +08:00

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