Versions in this module Expand all Collapse all v1 v1.0.0 Mar 17, 2017 Changes in this version + type EPD struct + AvoidMove []Move + BestMove []Move + Comment map[string]string + Evaluation *int32 + Id string + Position *Position + func (e *EPD) String() string + type EPDScanner struct + func NewEPDScanner(r io.Reader, p Parser) *EPDScanner + func (es *EPDScanner) EPD() *EPD + func (es *EPDScanner) Err() error + func (es *EPDScanner) Scan() bool + type Parser interface + Parse func(line string) (*EPD, error)