kgrz / reading-files-in-go

Code examples for https://kgrz.io/reading-files-in-go-an-overview.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reading files in Go

This repo contains runnable files that accompany the blog post "Reading Files in Go".

The code style is not representative of idiomatic Go. There is pretty much no useful error handling.

Usage:

Run each file as go run <filename>.

About

Code examples for https://kgrz.io/reading-files-in-go-an-overview.html


Languages

Language:Go 100.0%