Directories ¶
Path | Synopsis |
---|---|
BurntSushi
|
|
Sirupsen
|
|
asaskevich
|
|
govalidator
Package govalidator is package of string validators and sanitizers.
|
Package govalidator is package of string validators and sanitizers. |
codegangsta
|
|
negroni
Package negroni is an idiomatic approach to web middleware in Go.
|
Package negroni is an idiomatic approach to web middleware in Go. |
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. |
emicklei
|
|
go-restful
Package restful, a lean package for creating REST-style WebServices without magic.
|
Package restful, a lean package for creating REST-style WebServices without magic. |
go-restful/swagger
Package swagger implements the structures of the Swagger https://github.com/wordnik/swagger-spec/blob/master/versions/1.2.md
|
Package swagger implements the structures of the Swagger https://github.com/wordnik/swagger-spec/blob/master/versions/1.2.md |
facebookgo
|
|
stack
Package stack provides utilities to capture and pass around stack traces.
|
Package stack provides utilities to capture and pass around stack traces. |
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. |
fatih
|
|
structs
Package structs contains various utilities functions to work with structs.
|
Package structs contains various utilities functions to work with structs. |
fsouza
|
|
go-dockerclient
Package docker provides a client for the Docker remote API.
|
Package docker provides a client for the Docker remote API. |
go-dockerclient/testing
Package testing provides a fake implementation of the Docker API, useful for testing purpose.
|
Package testing provides a fake implementation of the Docker API, useful for testing purpose. |
gdamore
|
|
mangos
Package mangos provides a pure Go implementation of the Scalability Protocols.
|
Package mangos provides a pure Go implementation of the Scalability Protocols. |
mangos/compat
Package nanomsg is a compatibility wrapper.
|
Package nanomsg is a compatibility wrapper. |
mangos/examples/bus
bus implements a bus example.
|
bus implements a bus example. |
mangos/examples/pair
pair implements a pair example.
|
pair implements a pair example. |
mangos/examples/pipeline
pipeline implements a one way pipe example.
|
pipeline implements a one way pipe example. |
mangos/examples/pubsub
pubsub implements a publish/subscribe example.
|
pubsub implements a publish/subscribe example. |
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. |
mangos/examples/reqrep
reqprep implements a request/reply example.
|
reqprep implements a request/reply example. |
mangos/examples/survey
survey implements a survey example.
|
survey implements a survey example. |
mangos/macat
macat implements a nanocat(1) workalike command.
|
macat implements a nanocat(1) workalike command. |
mangos/protocol/bus
Package bus implements the BUS protocol.
|
Package bus implements the BUS protocol. |
mangos/protocol/pair
Package pair implements the PAIR protocol.
|
Package pair implements the PAIR protocol. |
mangos/protocol/pub
Package pub implements the PUB protocol.
|
Package pub implements the PUB protocol. |
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. |
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. |
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. |
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. |
mangos/protocol/respondent
Package respondent implements the RESPONDENT protocol.
|
Package respondent implements the RESPONDENT protocol. |
mangos/protocol/star
Package star implements a new, experimental protocol called "STAR".
|
Package star implements a new, experimental protocol called "STAR". |
mangos/protocol/sub
Package sub implements the SUB protocol.
|
Package sub implements the SUB protocol. |
mangos/protocol/surveyor
Package surveyor implements the SURVEYOR protocol.
|
Package surveyor implements the SURVEYOR protocol. |
mangos/test
Package test contains support code for varous mangos tests.
|
Package test contains support code for varous mangos tests. |
mangos/transport/all
Package all is used to register all transports.
|
Package all is used to register all transports. |
mangos/transport/inproc
Package inproc implements an simple inproc transport for mangos.
|
Package inproc implements an simple inproc transport for mangos. |
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. |
mangos/transport/tcp
Package tcp implements the TCP transport for mangos.
|
Package tcp implements the TCP transport for mangos. |
mangos/transport/tlstcp
Package tlstcp implements the TLS over TCP transport for mangos.
|
Package tlstcp implements the TLS over TCP transport for mangos. |
mangos/transport/ws
Package ws implements an simple websocket transport for mangos.
|
Package ws implements an simple websocket transport for mangos. |
mangos/transport/wss
Package ws implements an simple websocket transport for mangos.
|
Package ws implements an simple websocket transport for mangos. |
google
|
|
go-querystring/query
Package query implements encoding of structs into URL query parameters.
|
Package query implements encoding of structs into URL query parameters. |
gorilla
|
|
securecookie
Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values.
|
Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values. |
websocket
Package websocket implements the WebSocket protocol defined in RFC 6455.
|
Package websocket implements the WebSocket protocol defined in RFC 6455. |
websocket/examples/autobahn
Command server is a test server for the Autobahn WebSockets Test Suite.
|
Command server is a test server for the Autobahn WebSockets Test Suite. |
jtolds
|
|
gls
Package gls implements goroutine-local storage.
|
Package gls implements goroutine-local storage. |
m0sth8
|
|
cli
Package cli provides a minimal framework for creating and organizing command line Go applications.
|
Package cli provides a minimal framework for creating and organizing command line Go applications. |
satori
|
|
go.uuid
Package uuid provides implementation of Universally Unique Identifier (UUID).
|
Package uuid provides implementation of Universally Unique Identifier (UUID). |
smartystreets
|
|
assertions
Package assertions contains the implementations for all assertions which are referenced in goconvey's `convey` package (github.com/smartystreets/goconvey/convey) for use with the So(...) method.
|
Package assertions contains the implementations for all assertions which are referenced in goconvey's `convey` package (github.com/smartystreets/goconvey/convey) for use with the So(...) method. |
assertions/internal/oglematchers
Package oglematchers provides a set of matchers useful in a testing or mocking framework.
|
Package oglematchers provides a set of matchers useful in a testing or mocking framework. |
assertions/internal/oglemock/createmock
createmock is used to generate source code for mock versions of interfaces from installed packages.
|
createmock is used to generate source code for mock versions of interfaces from installed packages. |
assertions/internal/oglemock/generate
Package generate implements code generation for mock classes.
|
Package generate implements code generation for mock classes. |
assertions/internal/oglemock/generate/test_cases/complicated_pkg
Package complicated_pkg contains an interface with lots of interesting cases, for use in integration testing.
|
Package complicated_pkg contains an interface with lots of interesting cases, for use in integration testing. |
assertions/internal/oglemock/generate/test_cases/renamed_pkg
A package that calls itself something different than its package path would have you believe.
|
A package that calls itself something different than its package path would have you believe. |
assertions/internal/ogletest
Package ogletest provides a framework for writing expressive unit tests.
|
Package ogletest provides a framework for writing expressive unit tests. |
goconvey/convey
Package convey contains all of the public-facing entry points to this project.
|
Package convey contains all of the public-facing entry points to this project. |
goconvey/convey/gotest
Package gotest contains internal functionality.
|
Package gotest contains internal functionality. |
goconvey/convey/reporting
Package reporting contains internal functionality related to console reporting and output.
|
Package reporting contains internal functionality related to console reporting and output. |
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. |
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. |
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. |
testify/require
Alternative testing tools which stop test execution if test failed.
|
Alternative testing tools which stop test execution if test failed. |
vulndb
|
|
Click to show internal directories.
Click to hide internal directories.