package dcc import "io" type DccSprite struct { } func NewFromReader(reader io.ReadSeeker) (*DccSprite, error) { return nil, nil }