package config
// Configuration
type Config struct {
Version string
*Server `toml:"server"`
}
// Server config
type Server struct {
Address string