base package server created

This commit is contained in:
2021-01-20 19:04:24 +04:00
parent b69270a27d
commit 6b7abe989d
8 changed files with 50 additions and 25 deletions

View File

@@ -4,6 +4,6 @@ import (
"fmt"
)
func server() {
func Servers() {
fmt.Print("here")
}