[PD1] restructure
This commit is contained in:
parent
c0e19b5774
commit
8553e1674e
17 changed files with 141 additions and 33 deletions
7
Projs/PD1/internal/utils/cryptoUtils/cryptoUtils.go
Normal file
7
Projs/PD1/internal/utils/cryptoUtils/cryptoUtils.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package cryptoUtils
|
||||
|
||||
import "fmt"
|
||||
|
||||
func Print(){
|
||||
fmt.Println("crypto package")
|
||||
}
|
5
Projs/PD1/internal/utils/networking/networking.go
Normal file
5
Projs/PD1/internal/utils/networking/networking.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package networking
|
||||
|
||||
func sendPacket(){
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue