Update readme to clarify development procedure and remove blurb about moby.yml
Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/commit/2e5de46c Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/tree/2e5de46c Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/diff/2e5de46c Branch: refs/heads/master Commit: 2e5de46c851f78c1978d42a1164ee7aed6fe2676 Parents: 9fa60d9 Author: Francis Chuang <[email protected]> Authored: Thu Aug 10 13:11:35 2017 +1000 Committer: Julian Hyde <[email protected]> Committed: Thu Aug 10 18:47:13 2017 -0700 ---------------------------------------------------------------------- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/2e5de46c/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index c4771ae..404b255 100644 --- a/README.md +++ b/README.md @@ -157,21 +157,15 @@ We recommend using `UTC`, which is the default value of `location`. ## Development -To run tests, but skip tests in the vendor directory, run: +To run tests, but skip tests in the vendor directory (to avoid running tests for the dependencies), run: ``` go test $(go list ./... | grep -v /vendor/) ``` -The driver is not feature-complete yet, so contributions are very appreciated. - #### Updating protocol buffer definitions To update the procotol buffer definitions, update `CALCITE_VER` in `gen-protobuf.bat` and `gen-protobuf.sh` to match the version included by Phoenix and then run the appropriate script for your platform. -#### About the moby.yml file -The moby.yml file is used by our internal tool to automatically reload and test the code during development. -We hope to have this tool open-sourced soon. - ## License The driver is licensed under the Apache 2 license. \ No newline at end of file
