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 client
import (
"common"
"crypto/rand"
"encoding/hex"
"fmt"
@@ -9,6 +8,8 @@ import (
"os"
"time"
"github.com/Pablu23/Uftp/internal/common"
"github.com/kelindar/bitmap"
)