Merge branch 'CLOWNFISH-63-Go-private-no-export-v2' Clownfish methods which are not marked as `public` should have the first letter of their Go method name downcased so that they are not exported by the Go package.
This closes #42. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/cada6ca9 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/cada6ca9 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/cada6ca9 Branch: refs/heads/master Commit: cada6ca96db15f870ff3060a5da09a6f1a4561a2 Parents: 3c2685f 6f8c28f Author: Marvin Humphrey <[email protected]> Authored: Fri Nov 6 19:08:30 2015 -0800 Committer: Marvin Humphrey <[email protected]> Committed: Fri Nov 6 19:08:30 2015 -0800 ---------------------------------------------------------------------- compiler/src/CFCGoFunc.c | 9 ++++-- compiler/src/CFCGoFunc.h | 2 +- compiler/src/CFCGoMethod.c | 6 ++-- .../core/Clownfish/TestHarness/TestSuite.cfh | 6 ++-- runtime/go/clownfish/bytebuf_test.go | 34 ++++++++++---------- runtime/go/clownfish/charbuf_test.go | 16 ++++----- runtime/go/clownfish/class_test.go | 4 +-- runtime/go/clownfish/hash_test.go | 4 +-- runtime/go/clownfish/method_test.go | 10 +++--- runtime/go/clownfish/string_test.go | 2 +- runtime/go/clownfish/vector_test.go | 2 +- 11 files changed, 51 insertions(+), 44 deletions(-) ----------------------------------------------------------------------
