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

add basic test(s) #4

Merged
merged 7 commits into from May 31, 2016
Merged

add basic test(s) #4

merged 7 commits into from May 31, 2016

Conversation

afeld
Copy link
Member

@afeld afeld commented May 27, 2016

Going to keep going with adding more! If this looks ok, I say we merge it, and I can send separate/smaller PRs as follow up.

@afeld afeld mentioned this pull request May 27, 2016

func GetWordDoc(path string) (doc *docx.Docx) {
doc = new(docx.Docx)
doc.ReadFile(path)
Copy link
Member

Choose a reason for hiding this comment

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

return the error from reading the file

@jcscottiii
Copy link
Member

just a few things


content := roleCell.Content()
// TODO remove hard-coding
content += " {{getResponsibleRole \"NIST-800-53\" \"AC-2 (1)\"}}"
Copy link
Member Author

Choose a reason for hiding this comment

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

This (reported in Code Climate) will be fixed by #8.

@afeld
Copy link
Member Author

afeld commented May 31, 2016

Updated!

@jcscottiii
Copy link
Member

Run https://github.com/golang/lint too.

@afeld
Copy link
Member Author

afeld commented May 31, 2016

Taken care of by #6.

@jcscottiii jcscottiii merged commit 517e425 into master May 31, 2016
@jcscottiii jcscottiii deleted the tests branch May 31, 2016 19:43
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

2 participants