Running examples: "buffalo setup"
In my experience, it seems that most examples need to have the following command ran after the "go get" : buffalo setup This command often ask then to install this package : https://github.com/golang/dep This procedure could be specified in the example section of the website or in the examples them-self.
If not run, the CPU usage of the app gets a 100% and the ressources are not loaded.
The dep requirement is specified in https://github.com/gobuffalo/gobuffalo/blob/master/CONTRIBUTING.md#requirements. Is this where you'd like to see it? Or, do you think it would be helpful somewhere else, as well?
Thanks @jmvbxx , My comment was on a newbee perspective, when trying buffalo. What some people will want to do is try an example, such as : https://github.com/bscott/golangflow Which doesn t work if you don t know you need "buffalo setup"
The "buffalo setup" command will just make things work, ... ( The dep thing is not problematic once you know you need buffalo setup ).