fix concurrent access to the routing table #120
Annotations
6 errors
build:
fetchers/fetchersfakes/fake_routes_fetch.go#L180
cannot use new(FakeRoutesFetch) (value of type *FakeRoutesFetch) as fetchers.RoutesFetch value in variable declaration: *FakeRoutesFetch does not implement fetchers.RoutesFetch (wrong type for method Routes)
|
build:
models/route_test.go#L17
invalid argument: cannot make models.Routes; type must be slice, map, or channel
|
build:
models/route_test.go#L30
invalid operation: cannot index routes (variable of type models.Routes)
|
build:
models/route_test.go#L43
invalid operation: cannot index routes (variable of type models.Routes)
|
build:
models/route_test.go#L56
invalid operation: cannot index routes (variable of type models.Routes)
|
build
Process completed with exit code 1.
|