micro/broker
Shulhan 415fb3a730 all: replace "pborman/uuid" with "google/uuid"
Internally, "pborman/uuid.NewUUID()" is calling "google/uuid.New()"
that return nil when there is an error [1].

Both package use the same license.

[1] https://github.com/pborman/uuid/blob/master/version1.go#L17
2018-11-21 17:29:21 +07:00
..
codec move broker codec 2016-12-06 18:59:41 +00:00
http add http handler option for broker 2018-11-18 20:40:43 +00:00
mock all: replace "pborman/uuid" with "google/uuid" 2018-11-21 17:29:21 +07:00
broker.go optimise http broker with rcache 2017-10-26 20:48:11 +01:00
http_broker_test.go all: replace "pborman/uuid" with "google/uuid" 2018-11-21 17:29:21 +07:00
http_broker.go all: replace "pborman/uuid" with "google/uuid" 2018-11-21 17:29:21 +07:00
options.go switch to stdlib context 2018-03-03 11:53:52 +00:00