Skip to content

My first Go program. Based on an old Python interview assignment. It efficiently imports records from a tar archive stream. It also demonstrates channels, which I'm aware is pointless in this case as it's not a CPU-bound problem.

Notifications You must be signed in to change notification settings

day-me-an/go-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

About

My first Go program. Based on an old Python interview assignment. It efficiently imports records from a tar archive stream. It also demonstrates channels, which I'm aware is pointless in this case as it's not a CPU-bound problem.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages