Repository: qpid-proton Updated Branches: refs/heads/go1 6113e247c -> f5c9284c9
PROTON-827: Update README to mention online documentation. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/f5c9284c Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/f5c9284c Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/f5c9284c Branch: refs/heads/go1 Commit: f5c9284c9334034b34b93beead7d9d7b2bc22559 Parents: 6113e24 Author: Alan Conway <[email protected]> Authored: Fri May 29 15:23:30 2015 -0400 Committer: Alan Conway <[email protected]> Committed: Fri May 29 15:23:30 2015 -0400 ---------------------------------------------------------------------- proton-c/bindings/go/README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/f5c9284c/proton-c/bindings/go/README.md ---------------------------------------------------------------------- diff --git a/proton-c/bindings/go/README.md b/proton-c/bindings/go/README.md index 4f67e2f..0f16b8e 100644 --- a/proton-c/bindings/go/README.md +++ b/proton-c/bindings/go/README.md @@ -1,15 +1,19 @@ # *EXPERIMENTAL* Go binding for proton -This is the beginning of a [Go](http://golang.org) binding for proton. +This is an *experimental* [Go](http://golang.org) binding for proton. +The API is subject to change but there is enough to get a good idea of where it is headed. -This work is in early *experimental* stages, *everything* may change in future. -Comments and contributions are strongly encouraged, this experiment is public so -early feedback can guide development. +Feedback is strongly encouraged: - Email <[email protected]> - Create issues <https://issues.apache.org/jira/browse/PROTON>, attach patches to an issue. -There are working [examples](../examples/go/README.md) +The package documentation is available at: <http://godoc.org/qpid.apache.org/proton/go> + +See the [examples](../../../examples/go/README.md) for working examples and +practical instructions on how to get started. + +The rest of this page discusses the high-level goals and design issues. ## Goals --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
