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