Merge branch 'LUCY-282-test-index-go-pt1' Tune and and test the Go bindings for various "Index" components.
The autogenerated Go bindings suffice for some of these classes, but many others require tweaking. The most common customizations relate to providing idiomatic error handling and subtyping slices. This closes #26. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/63c45cc9 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/63c45cc9 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/63c45cc9 Branch: refs/heads/master Commit: 63c45cc9a6594ff6635a5e835840fc802365b66d Parents: a22a445 c03af4b Author: Marvin Humphrey <[email protected]> Authored: Fri Nov 6 18:46:38 2015 -0800 Committer: Marvin Humphrey <[email protected]> Committed: Fri Nov 6 18:46:38 2015 -0800 ---------------------------------------------------------------------- core/Lucy/Index/Snapshot.c | 6 +- core/Lucy/Index/Snapshot.cfh | 2 +- go/build.go | 36 +++ go/lucy/index.go | 204 +++++++++++++ go/lucy/index_test.go | 602 ++++++++++++++++++++++++++++++++++++++ go/lucy/object.go | 9 + 6 files changed, 856 insertions(+), 3 deletions(-) ----------------------------------------------------------------------
