Implement basic file structure
This commit is contained in:
1
client/client.go
Normal file
1
client/client.go
Normal file
@@ -0,0 +1 @@
|
|||||||
|
package client
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package main
|
package lua
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"log"
|
"log"
|
||||||
|
|||||||
1
pdu/pdu.go
Normal file
1
pdu/pdu.go
Normal file
@@ -0,0 +1 @@
|
|||||||
|
package pdu
|
||||||
1
server/server.go
Normal file
1
server/server.go
Normal file
@@ -0,0 +1 @@
|
|||||||
|
package server
|
||||||
Reference in New Issue
Block a user