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

adding new StringNoHyphens func #94

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

bpgriner
Copy link

@bpgriner bpgriner commented Feb 5, 2019

No description provided.

@coveralls
Copy link

coveralls commented Feb 5, 2019

Coverage Status

Coverage increased (+0.02%) to 97.538% when pulling ffc5e1e on bpgriner:string-no-hyphens into b2ce238 on satori:master.

@inliquid
Copy link

inliquid commented Feb 5, 2019

You're welcome.

// Returns string representation of UUID without hyphens.
func (u UUID) StringNoHyphens() string {
	return hex.EncodeToString(u[:])
}

@bpgriner
Copy link
Author

bpgriner commented Feb 5, 2019

looks like the build failed before the tests even ran:

exit status 1: # github.com/satori/go.uuid
codec_test.go:27:2: cannot find package "gopkg.in/check.v1" in any of:
	/home/travis/.gimme/versions/go1.6.4.linux.amd64/src/gopkg.in/check.v1 (from $GOROOT)
	/home/travis/gopath/src/gopkg.in/check.v1 (from $GOPATH)
FAIL	github.com/satori/go.uuid [setup failed]

can another build be kicked off?

@bpgriner bpgriner closed this Feb 11, 2019
@bpgriner bpgriner reopened this Feb 11, 2019
uuid.go Outdated Show resolved Hide resolved
Co-Authored-By: bpgriner <bpgriner@users.noreply.github.com>
@bpgriner
Copy link
Author

bpgriner commented Mar 4, 2019

@tariq1890 I updated the comment 👍

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

4 participants