headfirstgo
Code samples from the book Head First Go, written by Jay McGavren and published by O'Reilly Media. Gopher illustration CC-BY-3.0 licensed by Renee French.
Pinned Repositories
calendar
A package with struct types for a calendar program.
datafile
A Go package to read data from files.
gadget
A package with types representing electronic gadgets.
greeting
A Go package that greets users.
keyboard
A Go package for reading keyboard input.
magazine
A package with struct types used in print magazine administration.
prose
A package with functions that work with English text.
headfirstgo's Repositories
headfirstgo/keyboard
A Go package for reading keyboard input.
headfirstgo/greeting
A Go package that greets users.
headfirstgo/gadget
A package with types representing electronic gadgets.
headfirstgo/magazine
A package with struct types used in print magazine administration.
headfirstgo/calendar
A package with struct types for a calendar program.
headfirstgo/datafile
A Go package to read data from files.
headfirstgo/prose
A package with functions that work with English text.