josephspurrier / gowebapp

Basic MVC Web Application in Go
MIT License
1.14k stars 197 forks source link

vendor folder conflicting with package manager #31

Closed criscola closed 6 years ago

criscola commented 6 years ago

Hello. I see that the vendor folder is used as a folder containing all the code behind of the application... unfortunately, package managers (like dep) use this folder for storing external dependencies. This pretty much breaks everything... so it would be nice to move all the stuff in another location.

josephspurrier commented 6 years ago

I agree it's not a good solution. I made note of this in the readme (https://github.com/josephspurrier/gowebapp#structure). For the purposes of this project, it's sufficient even if it is not a good practice. At this point, I'm no longer maintaining this project, but followed your advice in my latest project: https://github.com/blue-jay/blueprint.