From a3ff3d2a8e82a3b270f40695acf34ed6209674e0 Mon Sep 17 00:00:00 2001 From: Xopherus Date: Wed, 11 Apr 2018 12:49:29 -0400 Subject: [PATCH] Add doc.go so go-aws-msg shows up in godoc --- doc.go | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc.go diff --git a/doc.go b/doc.go new file mode 100644 index 0000000..5567a22 --- /dev/null +++ b/doc.go @@ -0,0 +1,11 @@ +// Copyright 2017 ZeroFOX. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. +package aws + +/* +Package aws (go-aws-msg) implements pub/sub primitives +using AWS (specifically SNS and SQS). +This library implements the interfaces outlined in package "github.com/zerofox-oss/go-msg" +A typical use is for building data processing pipelines in AWS. +*/