Changed some bad import paths

This commit is contained in:
Sasha Koshka
2023-05-26 13:05:22 -04:00
parent b3b810a20f
commit b17bad32fe
3 changed files with 8 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ import "fmt"
import "net"
import "crypto/tls"
import "hnakra/router"
import "hnakra/config"
import "hnakra/router/config"
type Server struct {
underlying net.Listener