Documentation
¶
Index ¶
- func ConvertLinesToIntSlices(data []string) ([][]int, error)
- func ConvertLinesToRuneSlices(data []string) [][]rune
- func HandleErr(err error)
- func ParseBlocksOfLines(data string) ([][]string, error)
- func ParseIntLines(input string) ([][]int, error)
- func ParseLines(data string) ([]string, error)
- func ParseRuneLines(input string) ([][]rune, error)
- func ReadFile(path string) (string, error)
- func ReadHTTP(year, day int, session string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertLinesToIntSlices ¶
func ParseBlocksOfLines ¶
func ParseIntLines ¶
func ParseLines ¶
func ParseRuneLines ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.