Documentation ¶
Index ¶
Constants ¶
View Source
const ( ErrNocNotFound = ColoursErr("could not find NOC") ErrLineNotFound = ColoursErr("could not find line") ErrNocExists = ColoursErr("NOC already exists, skipping") ErrLineExists = ColoursErr("line already exists, skipping") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Colours ¶
func (Colours) AddFromCsv ¶
func (c Colours) AddFromCsv(file io.ReadCloser) error
type ColoursErr ¶
type ColoursErr string
func (ColoursErr) Error ¶
func (e ColoursErr) Error() string
Click to show internal directories.
Click to hide internal directories.