refactor: move server package to internal
Tests / Run Tests (pull_request) Successful in 2m37s

This commit is contained in:
2026-03-30 11:18:44 +07:00
parent 9dc3711875
commit 7ecc56aa3c
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -15,9 +15,9 @@ import (
"tunnel_pls/internal/port"
"tunnel_pls/internal/random"
"tunnel_pls/internal/registry"
"tunnel_pls/internal/server"
"tunnel_pls/internal/transport"
"tunnel_pls/internal/version"
"tunnel_pls/server"
"tunnel_pls/types"
"golang.org/x/crypto/ssh"