Closed mister-turtle closed 5 years ago
我遇到了相同的问题,就在刚刚。
It appears this commit https://github.com/gobuffalo/release/commit/a8e775c846ffb310a6880d0a1ae0b9b0efed2efb#diff-0ab6db3e481a4816176661f1b7c5767c removed "MainFile" and "Root" from the Options struct, which are still being used by buffalo-plugins/genny/plugin.go
Edit: Should this be moved to gobuffalo/release, or gobuffalo/buffalo-plugins instead?
I am having this issue too and can provide additional data if required.
Buffalo plugins Readme is stating that the plugins have been moved into the main package, I haven't looked at the actual code yet, but if that's the case, shouldn't buffalo new stop running go get on the plugins package?
Yes, a PR would be very welcome.
Description
When trying to create a new buffalo web application, the process fails with the following:
Note: This also fails using the instructions and placing the project under $GOPATH/src/github.com/$USER.
Steps to Reproduce the Problem
Instructions from https://gobuffalo.io/en/docs/getting-started/installation
Before anyone cringes at root, this is a Kali box and I was trying to knock together a quick web app framework for something.
Info