[PD1] restructure
This commit is contained in:
parent
c0e19b5774
commit
8553e1674e
17 changed files with 141 additions and 33 deletions
9
Projs/PD1/cmd/client/client.go
Normal file
9
Projs/PD1/cmd/client/client.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"PD1/internal/client"
|
||||
)
|
||||
|
||||
func main(){
|
||||
client.Run()
|
||||
}
|
9
Projs/PD1/cmd/server/server.go
Normal file
9
Projs/PD1/cmd/server/server.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"PD1/internal/server"
|
||||
)
|
||||
|
||||
func main(){
|
||||
server.Run()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue