remove comments

This commit is contained in:
kperry 2019-05-23 08:36:32 -05:00
parent e8444db852
commit 32fcced2d3

View file

@ -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