Return-Path: X-Original-To: apmail-qpid-commits-archive@www.apache.org Delivered-To: apmail-qpid-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D917618252 for ; Fri, 22 May 2015 19:45:24 +0000 (UTC) Received: (qmail 82292 invoked by uid 500); 22 May 2015 19:45:24 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 82240 invoked by uid 500); 22 May 2015 19:45:24 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 81979 invoked by uid 99); 22 May 2015 19:45:24 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 May 2015 19:45:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 57E50DFF83; Fri, 22 May 2015 19:45:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aconway@apache.org To: commits@qpid.apache.org Date: Fri, 22 May 2015 19:45:30 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [07/24] qpid-proton git commit: NO-JIRA: updated go README for change of branch. 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/go1 Commit: d5bd60d9aa001533ce23bb202465756eec02903b Parents: 5741434 Author: Alan Conway Authored: Wed May 13 16:30:30 2015 -0400 Committer: Alan Conway 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: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org