Add README pointing to go bindings repo
authorMarvin Killing <marvinkilling@gmail.com>
Sun, 14 Jul 2013 16:49:14 +0000 (18:49 +0200)
committerMarvin Killing <marvinkilling@gmail.com>
Sun, 14 Jul 2013 18:01:34 +0000 (20:01 +0200)
commitf1de5ffab6363c881e265d474f9f860c6e734e17
treefa9b64572f4256cf139d2707f447698d4ca7cf2e
parent2f8c11ad9be4ebff15bfcb37017575c7303665e5
Add README pointing to go bindings repo

Instead of adding the code for the go bindings to this repository it is
favourable to put them in their own dedicated repo. This is more compatible
with golang's dependency resolution mechanism.
I think that adding a README pointing to where the go bindings can be found
is a good way to keep an overview of all available bindings in the main repo.
goejdb/README [deleted file]
goejdb/README.md [new file with mode: 0644]
goejdb/src/github.com/mkilling/ejdb/goejdb/ejcoll.go [deleted file]
goejdb/src/github.com/mkilling/ejdb/goejdb/ejdb.go [deleted file]
goejdb/src/github.com/mkilling/ejdb/goejdb/ejdb_test.go [deleted file]
goejdb/src/github.com/mkilling/ejdb/goejdb/ejquery.go [deleted file]
goejdb/src/github.com/mkilling/ejdb/goejdb/util.go [deleted file]