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

Fixes (go-staticcheck problems) #30

Merged
merged 2 commits into from
Jan 6, 2024
Merged

Fixes (go-staticcheck problems) #30

merged 2 commits into from
Jan 6, 2024

Conversation

setanarut
Copy link
Collaborator

No description provided.

@@ -31,7 +31,7 @@ func (poly PolyShape) Radius() float64 {
return poly.r
}

func (poly PolyShape) SetRadius(r float64) {
func (poly *PolyShape) SetRadius(r float64) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

important fix

Copy link
Owner

Choose a reason for hiding this comment

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

nice catch!

can you tag v2.0.1 version to this commit please.
Copy link
Collaborator Author

@setanarut setanarut left a comment

Choose a reason for hiding this comment

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

can you tag v2.0.1 version to this commit please. 93cd6aa

@setanarut setanarut merged commit e672e20 into jakecoffman:master Jan 6, 2024
1 check passed
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