[PD1] Innitial commit
This commit is contained in:
parent
287ae0e466
commit
c0e19b5774
10 changed files with 71 additions and 0 deletions
1
Projs/PD1/server/datastore.go
Normal file
1
Projs/PD1/server/datastore.go
Normal file
|
@ -0,0 +1 @@
|
|||
package server
|
17
Projs/PD1/server/server.go
Normal file
17
Projs/PD1/server/server.go
Normal file
|
@ -0,0 +1,17 @@
|
|||
package server
|
||||
|
||||
import (
|
||||
_ "PD1/utils/networking"
|
||||
_ "PD1/utils/crypto"
|
||||
)
|
||||
|
||||
const (
|
||||
a = iota
|
||||
b
|
||||
c
|
||||
d
|
||||
e
|
||||
)
|
||||
|
||||
func main() {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue