Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadFromFile ¶
func ReadFromFile(filepath string) (sc *SourceCode, err *ReaderError)
func ReadFromString ¶
func ReadFromString(s string) (sc *SourceCode, err *ReaderError)
Types ¶
type ReaderError ¶
type ReaderError struct {
Message string
}
type SourceCode ¶
type SourceCode struct {
Line []string
}
Click to show internal directories.
Click to hide internal directories.