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

I'm getting that error when i run main.go #14

Closed
devt3000 opened this issue Jan 4, 2018 · 2 comments
Closed

I'm getting that error when i run main.go #14

devt3000 opened this issue Jan 4, 2018 · 2 comments

Comments

@devt3000
Copy link

devt3000 commented Jan 4, 2018

image

@outprog
Copy link

outprog commented Jan 4, 2018

#10

@Jeiwan
Copy link
Owner

Jeiwan commented Jan 4, 2018

This is not how you run Go programs. You need to pass all the .go files to go run, or you can use go build and run the executable after it's compiled.

@Jeiwan Jeiwan closed this as completed Jan 4, 2018
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

3 participants