This commit is contained in:
0ceanSlim 2024-07-31 12:10:51 -04:00
parent e42dbe520a
commit f4dd7d2f54

View File

@ -8,8 +8,6 @@ import (
"gopkg.in/yaml.v2"
)
func LoadConfig(filename string) (*config.ServerConfig, error) {
data, err := os.ReadFile(filename)
if err != nil {