* Update main.go.golden * Update root.go.golden * Update test.go.golden
Update Cobra generator to make rootCmd private rather than exporting it. Also update examples in README to use the exported Execute() command rather than referencing unexported rootCmd. Fixes #556