refactor: move session package to internal
Tests / Run Tests (pull_request) Successful in 2m4s

This commit is contained in:
2026-03-30 11:37:59 +07:00
parent 7ecc56aa3c
commit ae71b46482
22 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"testing"
"time"
"tunnel_pls/internal/registry"
"tunnel_pls/session/slug"
"tunnel_pls/internal/session/slug"
"tunnel_pls/types"
"github.com/stretchr/testify/assert"