From 32fcced2d36d96fc25771757ba0ec69f1ff54859 Mon Sep 17 00:00:00 2001 From: kperry Date: Thu, 23 May 2019 08:36:32 -0500 Subject: [PATCH] remove comments --- consumergroup/ddb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consumergroup/ddb.go b/consumergroup/ddb.go index fdfd59d..f98de01 100644 --- a/consumergroup/ddb.go +++ b/consumergroup/ddb.go @@ -20,7 +20,7 @@ type DynamoDb interface { Scan(*dynamodb.ScanInput) (*dynamodb.ScanOutput, error) } -// DynamoStorage struct that implements the storage interface and uses simplified DynamoDb struct +// DynamoStorage struct that implements the storage interface and uses simplified DynamoDb interface type DynamoStorage struct { Db DynamoDb tableName string