mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2025-04-26 19:03:43 +02:00
8 lines
231 B
Go
8 lines
231 B
Go
/* SPDX-License-Identifier: MIT
|
|
*
|
|
* Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
|
|
*/
|
|
|
|
package namespaceapi
|
|
|
|
//go:generate go run golang.org/x/sys/windows/mkwinsyscall -output zsyscall_windows.go namespaceapi_windows.go
|