* Template rafactor
Now templates go files are in /templates in a templates package. Controllers only have controller files
* Fix template test. Forgot I moved ReassignForm
* Added configor as a new library
Now config is a singleton. You only need to do config.Get() instead of doing config.Conf.
* Forgot godep save 🐤
* Fix accidental removal of }
Common is no more a thing
Use of TorrentParam instead of SearchParam now
Common structs for search are exported in utils/search/structs
Util has been renamed utils