Refactoring code to prep for UI devlopment

Im procrastinating...
This commit is contained in:
2026-04-28 14:49:41 -06:00
parent e7f967c6bd
commit d895978ea0
3 changed files with 15 additions and 9 deletions

View File

@@ -7,8 +7,6 @@ import (
"gopkg.in/yaml.v3"
)
const fmConfig = "config.yml"
type GoConfig struct {
Config struct {
ServDir string `yaml:"serverFolder"`