essential-go
essential-go copied to clipboard
It avoids having two exit points in the LoadConfig function.
https://github.com/codegangsta/essential-go/blob/master/pub/pages/page.go#L40 ``` func (p *Page) load() error { c, err := LoadConfig("config.json") if err != nil { return err } data, err := ioutil.ReadFile(p.File) if err != nil { return...
It would be nice to have a little description of what this is supposed to be
Probably just need some text on the video and then installation instructions below the video
Issue 1: Create README Issue 3: Add instructions on installing Go