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

Development Instructions? #31

Open
vsoch opened this issue Sep 5, 2021 · 0 comments
Open

Development Instructions? #31

vsoch opened this issue Sep 5, 2021 · 0 comments

Comments

@vsoch
Copy link

vsoch commented Sep 5, 2021

Hi! I was hoping to play around with the source code, but when I go into gae and type go run main.go I find that (for some reason) it cannot find functions that are in main (but I clearly see them):

# command-line-arguments
./main.go:14:42: undefined: handleGopherAPI
./main.go:15:37: undefined: handleRecentGophers
./main.go:17:26: undefined: brandingHandler
./main.go:18:22: undefined: handleSave
./main.go:19:37: undefined: handleGopher
./main.go:20:31: undefined: handleGophersCount
./main.go:21:22: undefined: handleGrid

There is also a run.sh script with a python script that doesn't seem to be present in the repository. Am I running something from the wrong folder, or is my go setup wrong? For some context:

$ go version
go version go1.16.5 linux/amd64

and I've cloned this on my go path. Thank you!

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

1 participant