Documentation
¶
Overview ¶
Package sgf contains functionality for transforming from/to the SGF format.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrParse = errors.New("error parsing SGF")
Functions ¶
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
Parser parses SGFs into MoveTree objects.
func FromReader ¶
FromReader creates a parser from a string reader.
Click to show internal directories.
Click to hide internal directories.