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

Refactor module functionality #100

Merged
merged 2 commits into from
Mar 13, 2018
Merged

Refactor module functionality #100

merged 2 commits into from
Mar 13, 2018

Conversation

elldritch
Copy link
Member

This is a minor change, mostly moving things around so that imports are consolidated. This is pre-work for testing code that will come later.

@elldritch elldritch requested a review from xizhao March 12, 2018 18:02
@elldritch elldritch force-pushed the refactor/module-layout branch 2 times, most recently from a90c6f1 to e77404a Compare March 12, 2018 23:55
return []config.ModuleConfig{
config.ModuleConfig{
return []module.Config{
module.Config{
Copy link
Member Author

Choose a reason for hiding this comment

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

File is not gofmt-ed with -s

return []config.ModuleConfig{
config.ModuleConfig{
return []module.Config{
module.Config{
Copy link
Member Author

Choose a reason for hiding this comment

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

File is not gofmt-ed with -s

builders/sbt.go Outdated
return []config.ModuleConfig{
config.ModuleConfig{
return []module.Config{
module.Config{
Copy link
Member Author

Choose a reason for hiding this comment

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

File is not gofmt-ed with -s

@elldritch elldritch merged commit c19b51b into master Mar 13, 2018
@elldritch elldritch deleted the refactor/module-layout branch April 10, 2018 02:01
meghfossa pushed a commit that referenced this pull request Nov 12, 2021
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.

None yet

1 participant