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

Testing again #10

Open
apex-inc opened this issue Oct 28, 2019 · 6 comments
Open

Testing again #10

apex-inc opened this issue Oct 28, 2019 · 6 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers Priority: High High priority issue.

Comments

@apex-inc
Copy link

apex-inc commented Oct 28, 2019

Some more stuff 😄 .

// Parse returns the rgb parsed from a color hex string.
func Parse(s string) (r, g, b uint8) {
	m := re.FindStringSubmatch(s)
	rv, _ := strconv.ParseInt(m[1], 16, 0)
	gv, _ := strconv.ParseInt(m[2], 16, 0)
	bv, _ := strconv.ParseInt(m[3], 16, 0)
	r = uint8(rv)
	g = uint8(gv)
	b = uint8(bv)
	return
}

Some indented code:

foo
bar
baz
@tj tj added documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers bug Something isn't working duplicate This issue or pull request already exists labels Oct 28, 2019
@tj
Copy link
Owner

tj commented Oct 28, 2019

Testing comments

@tj tj added help wanted Extra attention is needed question Further information is requested invalid This doesn't seem right documentation Improvements or additions to documentation duplicate This issue or pull request already exists enhancement New feature or request good first issue Good for newcomers and removed bug Something isn't working duplicate This issue or pull request already exists good first issue Good for newcomers documentation Improvements or additions to documentation help wanted Extra attention is needed invalid This doesn't seem right question Further information is requested enhancement New feature or request labels Oct 28, 2019
@tj
Copy link
Owner

tj commented Oct 28, 2019

Test

@apex-inc
Copy link
Author

apex-inc commented Nov 1, 2019

Some test quote whoop,
perhaps even another line,
whoop.

Regular comment.

@apex-inc
Copy link
Author

apex-inc commented Nov 1, 2019

Regular comment.

Some test quote whoop,
perhaps even another line,
whoop.

@tj
Copy link
Owner

tj commented Nov 14, 2019

Hello World!

@apex-inc
Copy link
Author

test

@tj tj added Priority: Low Low priority issue. Priority: Medium Medium priority issue. Priority: High High priority issue. and removed Priority: Low Low priority issue. Priority: Medium Medium priority issue. labels Nov 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers Priority: High High priority issue.
Projects
None yet
Development

No branches or pull requests

2 participants