Versions in this module Expand all Collapse all v0 v0.1.0 May 19, 2024 Changes in this version + func HighlightFromFile(path string, linesToRead int, style, background string) (resultString string, err error) + func HightlightString(fileContent, format string, style, background string) (resultString string, err error) + type NotTextFile struct + FileName string + func (e *NotTextFile) Error() string