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

incorrect import reference for go-snappy #18

Closed
GoogleCodeExporter opened this issue Jul 14, 2015 · 2 comments
Closed

incorrect import reference for go-snappy #18

GoogleCodeExporter opened this issue Jul 14, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. go get code.google.com/p/leveldb-go/leveldb/table

What is the expected output? What do you see instead?

A clean installation is expected, instead an error occurs.

Fix:

Change references in leveldb/table/reader.go and leveldb/table/writer.go from 
"code.google.com/p/snappy-go/snappy" to "github.com/golang/snappy/snappy".


Original issue reported on code.google.com by 0xho...@gmail.com on 2 Jun 2015 at 11:37

@GoogleCodeExporter
Copy link
Author

Issue 19 has been merged into this issue.

Original comment by nigel...@golang.org on 3 Jun 2015 at 6:38

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision 10dcb08e0bd2.

Original comment by nigel...@golang.org on 4 Jun 2015 at 4:00

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant