Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

mayday: building in memory struct for validating content #2

Closed
wants to merge 2 commits into from

Conversation

brianredbeard
Copy link
Member

Building out test cases and in memory validation of content for
mayday.

Building out test cases and in memory validation of content for
mayday.
@@ -1,5 +1,43 @@
package mayday

import "io/ioutil"
Copy link
Contributor

Choose a reason for hiding this comment

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

It would be better to write this using the block-style imports:

import (
    ...
)

fixing the way the imports are being performed to conform to the
project's coding style.
@brianredbeard brianredbeard deleted the test-cases branch October 16, 2014 01:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants