Versions in this module Expand all Collapse all v0 v0.1.1 Jun 10, 2024 v0.1.0 Jun 4, 2024 Changes in this version + type Book interface + Find func(moves []*chess.Move) *Opening + Possible func(moves []*chess.Move) []*Opening + type BookECO struct + func NewBookECO() *BookECO + func (b *BookECO) Find(moves []*chess.Move) *Opening + func (b *BookECO) Possible(moves []*chess.Move) []*Opening + type Opening struct + func (o *Opening) Code() string + func (o *Opening) Game() *chess.Game + func (o *Opening) PGN() string + func (o *Opening) Title() string