Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f0xtek/datafilereader
Read various data types from a file.
https://github.com/f0xtek/datafilereader
advent-of-code go
Last synced: 13 days ago
JSON representation
Read various data types from a file.
- Host: GitHub
- URL: https://github.com/f0xtek/datafilereader
- Owner: f0xtek
- Created: 2022-12-03T08:55:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-03T09:52:09.000Z (about 2 years ago)
- Last Synced: 2024-06-20T12:39:58.717Z (7 months ago)
- Topics: advent-of-code, go
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data File Reader
This package reads various types of data, line-by-line, from a file. Useful for parsing data types from a file for use in other programs.