code refactoring

This commit is contained in:
2023-05-31 10:21:30 +02:00
parent cfd6b78695
commit 78c1559e84
3 changed files with 12 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ import (
"gopkg.in/yaml.v3"
)
var lock = &sync.Mutex{}
var lock sync.Mutex
type serverConfig struct {
Port int `yaml:"port"`