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

Fix syntax errors #23

Merged
merged 1 commit into from
Nov 22, 2017
Merged

Fix syntax errors #23

merged 1 commit into from
Nov 22, 2017

Conversation

jhegg
Copy link
Contributor

@jhegg jhegg commented Nov 22, 2017

A previous commit missed some commas, leading to a syntax error with go v1.9.2.

$ go build
# github.com/tj/node-prune
./prune.go:26:16: syntax error: unexpected newline, expecting comma or }
./prune.go:63:13: syntax error: unexpected newline, expecting comma or }

After this change, it builds without error.

A previous commit missed some commas.
@tj tj merged commit 9e50865 into tj:master Nov 22, 2017
@tj
Copy link
Owner

tj commented Nov 22, 2017

yikes I didn't read the last PR too well, thanks!

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

Successfully merging this pull request may close these issues.

2 participants