package config type ZurgConfig struct { Version string `yaml:"zurg"` Token string `yaml:"token"` Port string `yaml:"port"` }