[PD2] Server done?
Co-authored-by: tsousa111 <tiagao2001@hotmail.com>
This commit is contained in:
parent
08a73a4f76
commit
49a29e43a7
66 changed files with 2777 additions and 5 deletions
9
Projs/PD2/cmd/gateway/gateway.go
Normal file
9
Projs/PD2/cmd/gateway/gateway.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"PD1/internal/gateway"
|
||||
)
|
||||
|
||||
func main(){
|
||||
gateway.Run()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue