After updating my code with the changes in TDD Pass 5 the tests fail with the error
# gogo-service/service
service/server.go:19: undefined: newInMemoryRepository
service/server.go:28: undefined: matchRepository
service/server.go:30: undefined: createMatchHandler
How does server.go reference the inmemrepository type?
After updating my code with the changes in TDD Pass 5 the tests fail with the error
How does server.go reference the inmemrepository type?