gocloud.devgocloud.dev/pubsub/samples/gcmsg

Imports of gcmsg command

PathSynopsis
bufioPackage bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.
cloud.google.com/go/pubsub/apiv1Package pubsub is an auto-generated package for the Cloud Pub/Sub API.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/google/subcommandsPackage subcommands implements a simple way for a single command to have many subcommands, each of which takes arguments and so forth.
github.com/streadway/amqpPackage amqp is an AMQP 0.9.1 client with RabbitMQ extensions
gocloud.dev/gcpPackage gcp provides fundamental Wire providers and types for Google Cloud Platform (GCP).
gocloud.dev/pubsubPackage pubsub provides an easy and portable way to interact with publish/subscribe systems.
gocloud.dev/pubsub/gcppubsubPackage gcppubsub provides a pubsub implementation that uses GCP PubSub.
gocloud.dev/pubsub/rabbitpubsub
golang.org/x/oauth2/googlePackage google provides support for making OAuth2 authorized and authenticated HTTP requests to Google APIs.
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
osPackage os provides a platform-independent interface to operating system functionality.
regexpPackage regexp implements regular expression search.