Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move config into separate package #165

Merged
merged 2 commits into from
Mar 22, 2018
Merged

Move config into separate package #165

merged 2 commits into from
Mar 22, 2018

Conversation

svenwltr
Copy link
Member

In preparation of #150

@rebuy-de/prp-aws-nuke Please review.

@svenwltr svenwltr self-assigned this Mar 22, 2018
@svenwltr svenwltr merged commit 6b831e4 into master Mar 22, 2018
@svenwltr svenwltr deleted the move-config branch March 22, 2018 20:36
if err != nil {
t.Fatal(err)
}

expect := NukeConfig{
expect := Nuke{
Copy link
Contributor

Choose a reason for hiding this comment

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

without the "*Config" it feels like it's missing context, because the package it is in, is not something i'd look at first when guessing what a struct does. just my 2 cents...

Copy link
Member Author

Choose a reason for hiding this comment

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

@svenwltr svenwltr added the kind/refactoring The software needs changes without altering actual behaviour. label Mar 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/refactoring The software needs changes without altering actual behaviour.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants