7 lines
271 B
Go
7 lines
271 B
Go
|
// Package wguser provides internal access to the userspace WireGuard
|
||
|
// configuration protocol interface.
|
||
|
//
|
||
|
// This package is internal-only and not meant for end users to consume.
|
||
|
// Please use package wgctrl (an abstraction over this package) instead.
|
||
|
package wguser
|