Documentation ¶
Index ¶
Constants ¶
View Source
const (
Version = "v0.8.1"
)
Variables ¶
View Source
var ErrNotEqual = errors.New("not equal")
View Source
var ErrNotSupported = errors.New("not supported")
Functions ¶
Types ¶
type Elem ¶ added in v0.8.1
type Elem string
Elem represents a PICT element.
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
Parser represents a PICT parser.
func NewParserWithBytes ¶
NewParserWithBytes returns a new PICT parser with the specified bytes.
func NewParserWithReader ¶
NewParserWithReader returns a new PICT parser with the specified reader.
func NewParserWithString ¶
NewParserWithString returns a new PICT parser with the specified string.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.