petejkim / goop

A simple dependency manager for Go (golang), inspired by Bundler.
MIT License
779 stars 45 forks source link

Similar to Gom? #11

Open jondot opened 10 years ago

jondot commented 10 years ago

Any differentiators worth considering? https://github.com/mattn/gom thanks!

pkieltyka commented 10 years ago

Similar, yea. Try them both out since the dep files are so similar. I find Goop to work better and I prefer its definition file. Gom has chosen to use Ruby synax, strangely.