Updated Project Structure

This commit is contained in:
Pablu23
2023-12-06 17:43:49 +01:00
parent 5ccd83c9da
commit d4675752dd
13 changed files with 48 additions and 73 deletions

View File

@@ -1,7 +1,6 @@
package server
import (
"common"
"crypto/rand"
"crypto/rsa"
"encoding/hex"
@@ -13,6 +12,8 @@ import (
"sync"
"time"
"github.com/Pablu23/Uftp/internal/common"
log "github.com/sirupsen/logrus"
)