Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chapter 5 - TDD Pass 5: undefined types error #1

Open
iampeterbanjo opened this issue Sep 22, 2016 · 1 comment
Open

Chapter 5 - TDD Pass 5: undefined types error #1

iampeterbanjo opened this issue Sep 22, 2016 · 1 comment

Comments

@iampeterbanjo
Copy link

iampeterbanjo commented Sep 22, 2016

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?

@dnahurnyi
Copy link

Those types are located in other files in the service folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants