essential-go icon indicating copy to clipboard operation
essential-go copied to clipboard

Results 7 essential-go issues
Sort by recently updated
recently updated
newest added

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

enhancement

Issue 1: Create README Issue 3: Add instructions on installing Go