2023-02-12 23:13:04 +01:00

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.
*/