Open pboothe opened 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.
asnannotator.NewFake()
geoannotator.NewFake()
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()
andgeoannotator.NewFake()
) to subpackages, or we should have a good reason not to.