Clean up mod

This commit is contained in:
Owen Schwartz
2024-12-24 16:22:15 -05:00
parent 934a235c1e
commit 447a983790
4 changed files with 9 additions and 6 deletions

View File

@@ -4,11 +4,12 @@ import (
"fmt"
"io"
"net"
"newt/logger"
"strings"
"sync"
"time"
"github.com/fosrl/newt/logger"
"golang.zx2c4.com/wireguard/tun/netstack"
)