mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2025-08-14 10:14:50 +02:00
global: regroup all imports
This commit is contained in:
@ -10,11 +10,12 @@ package ipc
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"golang.org/x/sys/unix"
|
||||
"net"
|
||||
"os"
|
||||
"path"
|
||||
"unsafe"
|
||||
|
||||
"golang.org/x/sys/unix"
|
||||
)
|
||||
|
||||
var socketDirectory = "/var/run/wireguard"
|
||||
|
Reference in New Issue
Block a user