We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unless I'm being naive to try and use go run main.go to preview the capabilities of the app compared to Chapter 2 of the book, it doesn't run.
go run main.go
Something I noticed in the code, it's unclear how the handlers and p are being imported to then be run within main.go
p
main.go
The text was updated successfully, but these errors were encountered:
For what it's worth, running tests pass for the sole two tests in the folder after running godep get.
godep get
Sorry, something went wrong.
No branches or pull requests
Unless I'm being naive to try and use
go run main.go
to preview the capabilities of the app compared to Chapter 2 of the book, it doesn't run.Something I noticed in the code, it's unclear how the handlers and
p
are being imported to then be run withinmain.go
The text was updated successfully, but these errors were encountered: