Skip to content

Conversation

@nicerobot
Copy link
Contributor

Description of changes:

To conform with idiomatic Go and to help keep future diffs clean:

go fmt

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

"testing"

main "github.com/aws-samples/lambda-go-samples"
"github.com/aws-samples/lambda-go-samples"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

Copy link
Contributor Author

@nicerobot nicerobot Jan 21, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why main is removed? It's unneeded because that package is already main. I use goimports and it removed it so i let those types of edits remain (when they aren't bugs).

@PaulMaddox PaulMaddox merged commit 2ecfbc4 into aws-samples:master Feb 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants