mirror of
https://github.com/h44z/wg-portal.git
synced 2025-09-15 07:11:15 +00:00
7 lines
196 B
Go
7 lines
196 B
Go
![]() |
package lowlevel
|
||
|
|
||
|
/**
|
||
|
This package contains wrappers for low level api's like netlink or the WireGuard control library.
|
||
|
Wrapping those external libraries makes mocking and testing code easier.
|
||
|
*/
|