package config type Server struct { Listen string Debug bool}
package config
type Server struct {
Listen string
Debug bool
}