You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2018/03/15 20:46:01 UTC

[2/2] qpid-proton git commit: NO-JIRA: [go] update comments on supported AMQP types

NO-JIRA: [go] update comments on supported AMQP types


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/edf5d5b8
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/edf5d5b8
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/edf5d5b8

Branch: refs/heads/master
Commit: edf5d5b829853e1434bf1e5b9966a881d2317e3a
Parents: eed5f23
Author: Alan Conway <ac...@redhat.com>
Authored: Wed Mar 14 15:36:34 2018 -0400
Committer: Alan Conway <ac...@redhat.com>
Committed: Thu Mar 15 09:48:51 2018 -0400

----------------------------------------------------------------------
 proton-c/bindings/go/src/qpid.apache.org/amqp/marshal.go   | 3 +--
 proton-c/bindings/go/src/qpid.apache.org/amqp/unmarshal.go | 4 +---
 2 files changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/edf5d5b8/proton-c/bindings/go/src/qpid.apache.org/amqp/marshal.go
----------------------------------------------------------------------
diff --git a/proton-c/bindings/go/src/qpid.apache.org/amqp/marshal.go b/proton-c/bindings/go/src/qpid.apache.org/amqp/marshal.go
index 33b30a8..99584a2 100644
--- a/proton-c/bindings/go/src/qpid.apache.org/amqp/marshal.go
+++ b/proton-c/bindings/go/src/qpid.apache.org/amqp/marshal.go
@@ -101,8 +101,7 @@ Go types are encoded as follows
 
 The following Go types cannot be marshaled: uintptr, function, channel, struct, complex64/128
 
-AMQP types not yet supported:
-- decimal32/64/128,
+AMQP types not yet supported: decimal32/64/128
 */
 
 func Marshal(v interface{}, buffer []byte) (outbuf []byte, err error) {

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/edf5d5b8/proton-c/bindings/go/src/qpid.apache.org/amqp/unmarshal.go
----------------------------------------------------------------------
diff --git a/proton-c/bindings/go/src/qpid.apache.org/amqp/unmarshal.go b/proton-c/bindings/go/src/qpid.apache.org/amqp/unmarshal.go
index 97e8437..2c6e3f1 100644
--- a/proton-c/bindings/go/src/qpid.apache.org/amqp/unmarshal.go
+++ b/proton-c/bindings/go/src/qpid.apache.org/amqp/unmarshal.go
@@ -240,9 +240,7 @@ it unmarshals as type AnyMap.
 The following Go types cannot be unmarshaled: uintptr, function, interface,
 channel, array (use slice), struct
 
-AMQP types not yet supported:
-- decimal32/64/128
-- maps with key values that are not legal Go map keys.
+AMQP types not yet supported: decimal32/64/128
 */
 func Unmarshal(bytes []byte, v interface{}) (n int, err error) {
 	data := C.pn_data(0)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org