Directories ¶
Path | Synopsis |
---|---|
github.com
|
|
davecgh/go-spew/spew
Package spew implements a deep pretty printer for Go data structures to aid in debugging.
|
Package spew implements a deep pretty printer for Go data structures to aid in debugging. |
facebookgo/stack
Package stack provides utilities to capture and pass around stack traces.
|
Package stack provides utilities to capture and pass around stack traces. |
facebookgo/stackerr
Package stackerr provides a way to augment errors with one or more stack traces to allow for easier debugging.
|
Package stackerr provides a way to augment errors with one or more stack traces to allow for easier debugging. |
gdamore/mangos
Package mangos provides a pure Go implementation of the Scalability Protocols.
|
Package mangos provides a pure Go implementation of the Scalability Protocols. |
gdamore/mangos/compat
Package nanomsg is a compatibility wrapper.
|
Package nanomsg is a compatibility wrapper. |
gdamore/mangos/examples/bus
bus implements a bus example.
|
bus implements a bus example. |
gdamore/mangos/examples/pair
pair implements a pair example.
|
pair implements a pair example. |
gdamore/mangos/examples/pipeline
pipeline implements a one way pipe example.
|
pipeline implements a one way pipe example. |
gdamore/mangos/examples/pubsub
pubsub implements a publish/subscribe example.
|
pubsub implements a publish/subscribe example. |
gdamore/mangos/examples/raw
raw implements an example concurrent request/reply server, using the raw server socket.
|
raw implements an example concurrent request/reply server, using the raw server socket. |
gdamore/mangos/examples/reqrep
reqprep implements a request/reply example.
|
reqprep implements a request/reply example. |
gdamore/mangos/examples/survey
survey implements a survey example.
|
survey implements a survey example. |
gdamore/mangos/macat
macat implements a nanocat(1) workalike command.
|
macat implements a nanocat(1) workalike command. |
gdamore/mangos/protocol/bus
Package bus implements the BUS protocol.
|
Package bus implements the BUS protocol. |
gdamore/mangos/protocol/pair
Package pair implements the PAIR protocol.
|
Package pair implements the PAIR protocol. |
gdamore/mangos/protocol/pub
Package pub implements the PUB protocol.
|
Package pub implements the PUB protocol. |
gdamore/mangos/protocol/pull
Package pull implements the PULL protocol, which is the read side of the pipeline pattern.
|
Package pull implements the PULL protocol, which is the read side of the pipeline pattern. |
gdamore/mangos/protocol/push
Package push implements the PUSH protocol, which is the write side of the pipeline pattern.
|
Package push implements the PUSH protocol, which is the write side of the pipeline pattern. |
gdamore/mangos/protocol/rep
Package rep implements the REP protocol, which is the response side of the request/response pattern.
|
Package rep implements the REP protocol, which is the response side of the request/response pattern. |
gdamore/mangos/protocol/req
Package req implements the REQ protocol, which is the request side of the request/response pattern.
|
Package req implements the REQ protocol, which is the request side of the request/response pattern. |
gdamore/mangos/protocol/respondent
Package respondent implements the RESPONDENT protocol.
|
Package respondent implements the RESPONDENT protocol. |
gdamore/mangos/protocol/star
Package star implements a new, experimental protocol called "STAR".
|
Package star implements a new, experimental protocol called "STAR". |
gdamore/mangos/protocol/sub
Package sub implements the SUB protocol.
|
Package sub implements the SUB protocol. |
gdamore/mangos/protocol/surveyor
Package surveyor implements the SURVEYOR protocol.
|
Package surveyor implements the SURVEYOR protocol. |
gdamore/mangos/test
Package test contains support code for varous mangos tests.
|
Package test contains support code for varous mangos tests. |
gdamore/mangos/transport/all
Package all is used to register all transports.
|
Package all is used to register all transports. |
gdamore/mangos/transport/inproc
Package inproc implements an simple inproc transport for mangos.
|
Package inproc implements an simple inproc transport for mangos. |
gdamore/mangos/transport/ipc
Package ipc implements the IPC transport on top of UNIX domain sockets.
|
Package ipc implements the IPC transport on top of UNIX domain sockets. |
gdamore/mangos/transport/tcp
Package tcp implements the TCP transport for mangos.
|
Package tcp implements the TCP transport for mangos. |
gdamore/mangos/transport/tlstcp
Package tlstcp implements the TLS over TCP transport for mangos.
|
Package tlstcp implements the TLS over TCP transport for mangos. |
gdamore/mangos/transport/ws
Package ws implements an simple websocket transport for mangos.
|
Package ws implements an simple websocket transport for mangos. |
gdamore/mangos/transport/wss
Package ws implements an simple websocket transport for mangos.
|
Package ws implements an simple websocket transport for mangos. |
satori/go.uuid
Package uuid provides implementation of Universally Unique Identifier (UUID).
|
Package uuid provides implementation of Universally Unique Identifier (UUID). |
stretchr/objx
objx - Go package for dealing with maps, slices, JSON and other data.
|
objx - Go package for dealing with maps, slices, JSON and other data. |
stretchr/testify/assert
A set of comprehensive testing tools for use with the normal Go testing system.
|
A set of comprehensive testing tools for use with the normal Go testing system. |
stretchr/testify/mock
Provides a system by which it is possible to mock your objects and verify calls are happening as expected.
|
Provides a system by which it is possible to mock your objects and verify calls are happening as expected. |
stretchr/testify/require
Alternative testing tools which stop test execution if test failed.
|
Alternative testing tools which stop test execution if test failed. |
golang.org
|
|
x/net/context
Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes.
|
Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes. |
gopkg.in
|
|
mgo.v2/bson
Package bson is an implementation of the BSON specification for Go: http://bsonspec.org It was created as part of the mgo MongoDB driver for Go, but is standalone and may be used on its own without the driver.
|
Package bson is an implementation of the BSON specification for Go: http://bsonspec.org It was created as part of the mgo MongoDB driver for Go, but is standalone and may be used on its own without the driver. |
Click to show internal directories.
Click to hide internal directories.