Name change: qpid.apache.org/proton/go

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

Branch: refs/heads/go1
Commit: ee2a913ae58175fb4e7a640edba2f3938184d921
Parents: bb67e54
Author: Alan Conway <[email protected]>
Authored: Wed May 13 14:56:06 2015 -0400
Committer: Alan Conway <[email protected]>
Committed: Wed May 13 14:56:06 2015 -0400

----------------------------------------------------------------------
 examples/go/event/broker.go                 | 4 ++--
 examples/go/receive.go                      | 4 ++--
 examples/go/send.go                         | 4 ++--
 proton-c/bindings/go/amqp/marshal.go        | 2 +-
 proton-c/bindings/go/amqp/message.go        | 2 +-
 proton-c/bindings/go/amqp/unmarshal.go      | 2 +-
 proton-c/bindings/go/amqp/url.go            | 2 +-
 proton-c/bindings/go/event/doc.go           | 2 +-
 proton-c/bindings/go/event/handlers.go      | 2 +-
 proton-c/bindings/go/event/message.go       | 4 ++--
 proton-c/bindings/go/event/pump.go          | 4 ++--
 proton-c/bindings/go/event/wrappers.go      | 2 +-
 proton-c/bindings/go/event/wrappers_gen.go  | 2 +-
 proton-c/bindings/go/messaging/handler.go   | 4 ++--
 proton-c/bindings/go/messaging/messaging.go | 4 ++--
 15 files changed, 22 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/ee2a913a/examples/go/event/broker.go
----------------------------------------------------------------------
diff --git a/examples/go/event/broker.go b/examples/go/event/broker.go
index 1cbe933..0cb4bfa 100644
--- a/examples/go/event/broker.go
+++ b/examples/go/event/broker.go
@@ -37,8 +37,8 @@ import (
        "net"
        "os"
        "path"
-       "qpid.apache.org/go/amqp"
-       "qpid.apache.org/go/event"
+       "qpid.apache.org/proton/go/amqp"
+       "qpid.apache.org/proton/go/event"
        "sync"
 )
 

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/ee2a913a/examples/go/receive.go
----------------------------------------------------------------------
diff --git a/examples/go/receive.go b/examples/go/receive.go
index 4a6e702..e31862b 100644
--- a/examples/go/receive.go
+++ b/examples/go/receive.go
@@ -29,8 +29,8 @@ import (
        "net"
        "os"
        "path"
-       "qpid.apache.org/go/amqp"
-       "qpid.apache.org/go/messaging"
+       "qpid.apache.org/proton/go/amqp"
+       "qpid.apache.org/proton/go/messaging"
        "sync"
        "time"
 )

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/ee2a913a/examples/go/send.go
----------------------------------------------------------------------
diff --git a/examples/go/send.go b/examples/go/send.go
index bc320bd..4aaeb43 100644
--- a/examples/go/send.go
+++ b/examples/go/send.go
@@ -29,8 +29,8 @@ import (
        "net"
        "os"
        "path"
-       "qpid.apache.org/go/amqp"
-       "qpid.apache.org/go/messaging"
+       "qpid.apache.org/proton/go/amqp"
+       "qpid.apache.org/proton/go/messaging"
        "sync"
 )
 

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/ee2a913a/proton-c/bindings/go/amqp/marshal.go
----------------------------------------------------------------------
diff --git a/proton-c/bindings/go/amqp/marshal.go 
b/proton-c/bindings/go/amqp/marshal.go
index e09eee4..e5c2945 100644
--- a/proton-c/bindings/go/amqp/marshal.go
+++ b/proton-c/bindings/go/amqp/marshal.go
@@ -24,7 +24,7 @@ import "C"
 
 import (
        "io"
-       "qpid.apache.org/go/internal"
+       "qpid.apache.org/proton/go/internal"
        "reflect"
        "unsafe"
 )

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/ee2a913a/proton-c/bindings/go/amqp/message.go
----------------------------------------------------------------------
diff --git a/proton-c/bindings/go/amqp/message.go 
b/proton-c/bindings/go/amqp/message.go
index 795198c..87093f5 100644
--- a/proton-c/bindings/go/amqp/message.go
+++ b/proton-c/bindings/go/amqp/message.go
@@ -25,7 +25,7 @@ package amqp
 import "C"
 
 import (
-       "qpid.apache.org/go/internal"
+       "qpid.apache.org/proton/go/internal"
        "time"
        "unsafe"
 )

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/ee2a913a/proton-c/bindings/go/amqp/unmarshal.go
----------------------------------------------------------------------
diff --git a/proton-c/bindings/go/amqp/unmarshal.go 
b/proton-c/bindings/go/amqp/unmarshal.go
index 82a31d8..89ab64a 100644
--- a/proton-c/bindings/go/amqp/unmarshal.go
+++ b/proton-c/bindings/go/amqp/unmarshal.go
@@ -26,7 +26,7 @@ import (
        "bytes"
        "fmt"
        "io"
-       "qpid.apache.org/go/internal"
+       "qpid.apache.org/proton/go/internal"
        "reflect"
        "unsafe"
 )

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/ee2a913a/proton-c/bindings/go/amqp/url.go
----------------------------------------------------------------------
diff --git a/proton-c/bindings/go/amqp/url.go b/proton-c/bindings/go/amqp/url.go
index 32c4143..58711c7 100644
--- a/proton-c/bindings/go/amqp/url.go
+++ b/proton-c/bindings/go/amqp/url.go
@@ -35,7 +35,7 @@ import "C"
 import (
        "net"
        "net/url"
-       "qpid.apache.org/go/internal"
+       "qpid.apache.org/proton/go/internal"
        "unsafe"
 )
 

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/ee2a913a/proton-c/bindings/go/event/doc.go
----------------------------------------------------------------------
diff --git a/proton-c/bindings/go/event/doc.go 
b/proton-c/bindings/go/event/doc.go
index 5e9dd59..7a9ec12 100644
--- a/proton-c/bindings/go/event/doc.go
+++ b/proton-c/bindings/go/event/doc.go
@@ -20,7 +20,7 @@ under the License.
 /*
 Package event provides a low-level API to the proton AMQP engine.
 
-For most tasks, consider instead package qpid.apache.org/go/messaging.
+For most tasks, consider instead package qpid.apache.org/proton/go/messaging.
 It provides a higher-level, concurrent API that is easier to use.
 
 The API is event based. There are two alternative styles of handler. 
EventHandler

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/ee2a913a/proton-c/bindings/go/event/handlers.go
----------------------------------------------------------------------
diff --git a/proton-c/bindings/go/event/handlers.go 
b/proton-c/bindings/go/event/handlers.go
index 1835ff0..d76fac9 100644
--- a/proton-c/bindings/go/event/handlers.go
+++ b/proton-c/bindings/go/event/handlers.go
@@ -24,7 +24,7 @@ package event
 import "C"
 
 import (
-       "qpid.apache.org/go/internal"
+       "qpid.apache.org/proton/go/internal"
 )
 
 // EventHandler handles core proton events.

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/ee2a913a/proton-c/bindings/go/event/message.go
----------------------------------------------------------------------
diff --git a/proton-c/bindings/go/event/message.go 
b/proton-c/bindings/go/event/message.go
index 1475965..d900744 100644
--- a/proton-c/bindings/go/event/message.go
+++ b/proton-c/bindings/go/event/message.go
@@ -25,8 +25,8 @@ package event
 import "C"
 
 import (
-       "qpid.apache.org/go/amqp"
-       "qpid.apache.org/go/internal"
+       "qpid.apache.org/proton/go/amqp"
+       "qpid.apache.org/proton/go/internal"
 )
 
 // DecodeMessage decodes the message containined in a delivery event.

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/ee2a913a/proton-c/bindings/go/event/pump.go
----------------------------------------------------------------------
diff --git a/proton-c/bindings/go/event/pump.go 
b/proton-c/bindings/go/event/pump.go
index 4f9fcb8..db022ff 100644
--- a/proton-c/bindings/go/event/pump.go
+++ b/proton-c/bindings/go/event/pump.go
@@ -36,7 +36,7 @@ import (
        "fmt"
        "io"
        "net"
-       "qpid.apache.org/go/internal"
+       "qpid.apache.org/proton/go/internal"
        "sync"
        "unsafe"
 )
@@ -95,7 +95,7 @@ Pump.Close() will take care of cleaning up any remaining 
values and types when
 you are done with the Pump. All values associated with a pump become invalid
 when you call Pump.Close()
 
-The qpid.apache.org/go/messaging package will do all this for you, so unless
+The qpid.apache.org/proton/go/messaging package will do all this for you, so 
unless
 you are doing something fairly low-level it is probably a better choice.
 
 */

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/ee2a913a/proton-c/bindings/go/event/wrappers.go
----------------------------------------------------------------------
diff --git a/proton-c/bindings/go/event/wrappers.go 
b/proton-c/bindings/go/event/wrappers.go
index 93a6487..7043b9c 100644
--- a/proton-c/bindings/go/event/wrappers.go
+++ b/proton-c/bindings/go/event/wrappers.go
@@ -33,7 +33,7 @@ import "C"
 
 import (
        "fmt"
-       "qpid.apache.org/go/internal"
+       "qpid.apache.org/proton/go/internal"
        "unsafe"
 )
 

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/ee2a913a/proton-c/bindings/go/event/wrappers_gen.go
----------------------------------------------------------------------
diff --git a/proton-c/bindings/go/event/wrappers_gen.go 
b/proton-c/bindings/go/event/wrappers_gen.go
index 766fa78..73f0d3b 100644
--- a/proton-c/bindings/go/event/wrappers_gen.go
+++ b/proton-c/bindings/go/event/wrappers_gen.go
@@ -24,7 +24,7 @@ under the License.
 package event
 
 import (
-       "qpid.apache.org/go/internal"
+       "qpid.apache.org/proton/go/internal"
        "time"
        "unsafe"
 )

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/ee2a913a/proton-c/bindings/go/messaging/handler.go
----------------------------------------------------------------------
diff --git a/proton-c/bindings/go/messaging/handler.go 
b/proton-c/bindings/go/messaging/handler.go
index f95c42b..4a97b9d 100644
--- a/proton-c/bindings/go/messaging/handler.go
+++ b/proton-c/bindings/go/messaging/handler.go
@@ -20,8 +20,8 @@ under the License.
 package messaging
 
 import (
-       "qpid.apache.org/go/amqp"
-       "qpid.apache.org/go/event"
+       "qpid.apache.org/proton/go/amqp"
+       "qpid.apache.org/proton/go/event"
 )
 
 // FIXME aconway 2015-04-28: cleanup - exposing delivery vs. disposition.

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/ee2a913a/proton-c/bindings/go/messaging/messaging.go
----------------------------------------------------------------------
diff --git a/proton-c/bindings/go/messaging/messaging.go 
b/proton-c/bindings/go/messaging/messaging.go
index e2ffaef..e653de2 100644
--- a/proton-c/bindings/go/messaging/messaging.go
+++ b/proton-c/bindings/go/messaging/messaging.go
@@ -24,8 +24,8 @@ import "C"
 
 import (
        "net"
-       "qpid.apache.org/go/amqp"
-       "qpid.apache.org/go/event"
+       "qpid.apache.org/proton/go/amqp"
+       "qpid.apache.org/proton/go/event"
 )
 
 // Connection is a connection to a remote AMQP endpoint.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to