package parser
type parser struct {
}
func (p *parser) New() *parser {
return &parser{}
func (p *parser) Start() {