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

Fibonacci closure exercise fails on the Go Tour #39344

Closed
dbaroncelli opened this issue Jun 1, 2020 · 1 comment
Closed

Fibonacci closure exercise fails on the Go Tour #39344

dbaroncelli opened this issue Jun 1, 2020 · 1 comment

Comments

@dbaroncelli
Copy link

dbaroncelli commented Jun 1, 2020

https://tour.golang.org/moretypes/26

after running the script, the following error is returned:

./prog.go:8:1: missing return at end of function

@randall77
Copy link
Contributor

That's intentional. It's an incomplete program that you're supposed to fill in before trying to run it.

@golang golang locked and limited conversation to collaborators Jun 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants