-
Notifications
You must be signed in to change notification settings - Fork 14
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
rename Table to SummaryTable #38
Conversation
...because there are separate tables for the narratives.
33208b7
to
8ccbcee
Compare
"regexp" | ||
"strings" | ||
"fmt" | ||
|
||
"github.com/jbowtie/gokogiri/xml" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI that this is go-plus making these kinds of changes automatically. I'm not quite that OCD 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol!! No worries. go-plus
is running go fmt
after every save. side note: we probably need to activate this for add this to our codeclimate rules: https://github.com/codeclimate-community/codeclimate-gofmt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^ (not for this PR) #41
just a few comments. looks good! |
d451c7b
to
a92ad09
Compare
Makes it easier to read.
364b82c
to
3965568
Compare
Also did a little refactoring, and added a test. Broken out from #29.