NO-JIRA: updated go README for change of branch. Using go1 instead of go, go get will download from this branch.
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/d5bd60d9 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/d5bd60d9 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/d5bd60d9 Branch: refs/heads/cjansen-cpp-client Commit: d5bd60d9aa001533ce23bb202465756eec02903b Parents: 5741434 Author: Alan Conway <[email protected]> Authored: Wed May 13 16:30:30 2015 -0400 Committer: Alan Conway <[email protected]> Committed: Wed May 13 16:30:30 2015 -0400 ---------------------------------------------------------------------- proton-c/bindings/go/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/d5bd60d9/proton-c/bindings/go/README.md ---------------------------------------------------------------------- diff --git a/proton-c/bindings/go/README.md b/proton-c/bindings/go/README.md index 9fd0a0f..4ac15a1 100644 --- a/proton-c/bindings/go/README.md +++ b/proton-c/bindings/go/README.md @@ -1,5 +1,5 @@ # *EXPERIMENTAL* Go binding for proton -Experimental work on the Go language binding has been moved to the `go` branch -until it is ready for use. You can `git checkout go` on your git clone, or -browse at https://github.com/apache/qpid-proton/blob/go/proton-c/bindings/go/README.md +Experimental work on the Go language binding has been moved to the `go1` branch +until it is ready for use. You can `git checkout go1` on your git clone, or +browse at https://github.com/apache/qpid-proton/blob/go/proton-c/bindings/go1/README.md --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
