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

UUID String Formatting #4

Merged
merged 1 commit into from
May 31, 2016
Merged

UUID String Formatting #4

merged 1 commit into from
May 31, 2016

Conversation

benjic
Copy link
Owner

@benjic benjic commented May 31, 2016

Problem

There is no mechanism to produce the formatted string or parse an UUID from a properly formatted string.

Solution

The UUID type implements the Stringer interface allowing it to be formatted as a string. The Parse function will return a UUID type.

Problem
-------

There is no mechanism to produce the formatted string or parse an UUID from a
properly formatted string.

Solution
--------

The UUID type implements the Stringer interface allowing it to be formatted as a
string. The Parse function will return a UUID type.
@codecov-io
Copy link

codecov-io commented May 31, 2016

Current coverage is 100%

Merging #4 into master will not change coverage

@@           master    #4   diff @@
===================================
  Files           0     1     +1   
  Lines           0     8     +8   
  Methods         0     0          
  Messages        0     0          
  Branches        0     0          
===================================
+ Hits            0     8     +8   
  Misses          0     0          
  Partials        0     0          

Powered by Codecov. Last updated by 2998811...420b9cf

@benjic benjic merged commit b9126e3 into master May 31, 2016
@benjic benjic deleted the issue#2/string_format branch May 31, 2016 03:36
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