petejkim / goop

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

performed extract method refactoring on main.go #43

Closed devonestes closed 8 years ago

devonestes commented 9 years ago

I thought that the main function in main.go could use a little refactoring. I'm new to Go, coming from Ruby, so this might not be the kind of thing done in this language, but I thought this might make the code a little more maintainable and expressive.