Skip to content

Commit

Permalink
Add a comment about interface impl
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinlin123 committed Aug 19, 2021
1 parent 6fa679c commit a7b6c1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ var (
type awsLoggerAdapter struct {
}

// Log implements aws.Logger.Log
func (awsLoggerAdapter) Log(args ...interface{}) {
log.Info(args...)
}
Expand Down

0 comments on commit a7b6c1f

Please sign in to comment.