mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-15 04:20:57 +08:00
Moved server and client configs into their separate folders instead of in a shared utils folder
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
conf := utils.GetConfig()
|
||||
conf := GetConfig()
|
||||
|
||||
var conn net.Conn
|
||||
var err error
|
||||
|
Reference in New Issue
Block a user