Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SampleJson = []byte(`{
"size": 15,
"rack": "EINRSTZ",
"lexicon": "CSW19",
"board": [
"...............",
"...............",
"...............",
"...............",
"...............",
"...............",
"...............",
"...HELLO.......",
"...............",
"...............",
"...............",
"...............",
"...............",
"...............",
"..............."
]}`)
Functions ¶
func AnalyzeBoard ¶
Types ¶
type Analyzer ¶
type Analyzer struct {
// contains filtered or unexported fields
}
func NewAnalyzer ¶
func NewDefaultAnalyzer ¶
func NewDefaultAnalyzer() *Analyzer
Create an analyzer with an empty config. This will not have any relative resource paths resolved to actual paths; the caller is responsible for precaching everything so that we never actually hit the file system.
Click to show internal directories.
Click to hide internal directories.