Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kgrz/reading-files-in-go
Code examples for https://kgrz.io/reading-files-in-go-an-overview.html
https://github.com/kgrz/reading-files-in-go
golang reading-files
Last synced: about 2 months ago
JSON representation
Code examples for https://kgrz.io/reading-files-in-go-an-overview.html
- Host: GitHub
- URL: https://github.com/kgrz/reading-files-in-go
- Owner: kgrz
- Created: 2017-12-30T08:07:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-09T12:51:34.000Z (over 5 years ago)
- Last Synced: 2024-06-20T06:24:38.518Z (7 months ago)
- Topics: golang, reading-files
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 43
- Watchers: 4
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Reading files in Go
-------------------This repo contains runnable files that accompany the blog post ["Reading
Files in Go"](http://kgrz.io/reading-files-in-go-an-overview.html).The code style is not representative of idiomatic Go. There is pretty
much no useful error handling.Usage:
Run each file as `go run `.