Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 `.