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

Errors out during install #4

Closed
vendion opened this issue Mar 3, 2012 · 1 comment
Closed

Errors out during install #4

vendion opened this issue Mar 3, 2012 · 1 comment
Labels

Comments

@vendion
Copy link

vendion commented Mar 3, 2012

When trying to install gonew via the go install command it errors out with this

# github.com/bmatsuo/gonew

gocode/src/github.com/bmatsuo/gonew/config.go:101: undefined: os.ENOENT
gocode/src/github.com/bmatsuo/gonew/config.go:104: undefined: os.ENOENT
gocode/src/github.com/bmatsuo/gonew/gonew_main.go:144: undefined: os.ENOENT```

I am using go version weekly.2012-02-22 +a28cc319fc47

I can find `ENOENT` as a constant in the `syscall` package but not the `os` package.
@bmatsuo
Copy link
Owner

bmatsuo commented Mar 4, 2012

Thanks for pointing this out. Pushed the change. New tag too.

@bmatsuo bmatsuo closed this as completed Mar 4, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants