m-lab / uuid-annotator

Produces metadata locally for every connection on each server.
Apache License 2.0
0 stars 0 forks source link

Consider moving fakes to their own subpackage #38

Open pboothe opened 4 years ago

pboothe commented 4 years ago

It is preferable if fakes don't have to exist in the same package as the services which they are faking. We should move our fakes (asnannotator.NewFake() and geoannotator.NewFake()) to subpackages, or we should have a good reason not to.