Skip to content

Commit

Permalink
Add doc.go so go-aws-msg shows up in godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Xopherus committed Apr 11, 2018
1 parent 6e2ac06 commit a3ff3d2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc.go
Original file line number Diff line number Diff line change
@@ -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.
*/

0 comments on commit a3ff3d2

Please sign in to comment.