base server test code

This commit is contained in:
2021-01-20 18:03:08 +04:00
parent 16fb7ca42f
commit b69270a27d
4 changed files with 75 additions and 571 deletions

View File

@@ -1,7 +1,9 @@
package server
import (
"fmt"
)
func server() {
fmt.Print("here")
}