Merge branch 'CLOWNFISH-59-refine-go-core-types' Refine the Go bindings and improve testing for Vector, Hash, Blob, Integer, Float, Boolean, String, and Err.
This closes #32 Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/fe8d05af Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/fe8d05af Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/fe8d05af Branch: refs/heads/master Commit: fe8d05af77f4fcabeb1a1861b832849f79f6ddcd Parents: 39d6385 939b08f Author: Marvin Humphrey <[email protected]> Authored: Sun Aug 9 18:56:46 2015 -0700 Committer: Marvin Humphrey <[email protected]> Committed: Sun Aug 9 18:57:09 2015 -0700 ---------------------------------------------------------------------- runtime/go/build.go | 10 ++ runtime/go/clownfish/blob_test.go | 97 +++++++++++++++ runtime/go/clownfish/boolean_test.go | 105 +++++++++++++++++ runtime/go/clownfish/clownfish.go | 33 ++++++ runtime/go/clownfish/err_test.go | 38 ++++-- runtime/go/clownfish/float_test.go | 99 ++++++++++++++++ runtime/go/clownfish/hash_test.go | 154 ++++++++++++++++++++++++ runtime/go/clownfish/integer_test.go | 106 +++++++++++++++++ runtime/go/clownfish/string_test.go | 94 +++++++-------- runtime/go/clownfish/vector_test.go | 190 ++++++++++++++++++++++++++++++ 10 files changed, 869 insertions(+), 57 deletions(-) ----------------------------------------------------------------------
