refactor: move server, session, types package to internal #149

Open
bagas wants to merge 27 commits from main into broken-tea
3 changed files with 1 additions and 1 deletions
Showing only changes of commit 032b6e5096 - Show all commits
+1 -1
View File
@@ -15,9 +15,9 @@ import (
"tunnel_pls/internal/port" "tunnel_pls/internal/port"
"tunnel_pls/internal/random" "tunnel_pls/internal/random"
"tunnel_pls/internal/registry" "tunnel_pls/internal/registry"
"tunnel_pls/internal/server"
"tunnel_pls/internal/transport" "tunnel_pls/internal/transport"
"tunnel_pls/internal/version" "tunnel_pls/internal/version"
"tunnel_pls/server"
"tunnel_pls/types" "tunnel_pls/types"
"golang.org/x/crypto/ssh" "golang.org/x/crypto/ssh"