Moved server and client configs into their separate folders instead of in a shared utils folder

This commit is contained in:
Kelvin Clement Mwinuka
2023-07-22 01:12:44 +08:00
parent 5507f32c73
commit 83bd37f182
7 changed files with 226 additions and 127 deletions

View File

@@ -14,7 +14,7 @@ import (
)
func main() {
conf := utils.GetConfig()
conf := GetConfig()
var conn net.Conn
var err error