cristianoliveira/ergo

refactor: Turn services into a map.

cristianoliveira opened this issue · 1 comments

In a discussion on slack channel I got some good feedback about the code and one of the ideas is instead of using a slice of Services use a map. This makes the function GetService practically not necessary plus it guarantees the services to be Unique.

fixed by #90