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 a code sample to the readme #40

Merged
merged 2 commits into from
Dec 5, 2015
Merged

Add a code sample to the readme #40

merged 2 commits into from
Dec 5, 2015

Conversation

mdiep
Copy link
Member

@mdiep mdiep commented Dec 4, 2015

No description provided.

print("stdout: \(data)")

case let .Success(string):
print("value: \(string)")
Copy link
Member

Choose a reason for hiding this comment

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

Should we do the same here as above?

print("value: \(string ?? "")")

@ikesyo
Copy link
Member

ikesyo commented Dec 5, 2015

This should help the new commers! 💖

@mdiep
Copy link
Member Author

mdiep commented Dec 5, 2015

@ikesyo
Copy link
Member

ikesyo commented Dec 5, 2015

:shipit:

ikesyo added a commit that referenced this pull request Dec 5, 2015
Add a code sample to the readme
@ikesyo ikesyo merged commit c968e50 into master Dec 5, 2015
@ikesyo ikesyo deleted the readme branch December 5, 2015 15:29
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.

2 participants