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

fix: errors.Join defined for go1.19 or below will not work using unsafe.String #30

Merged
merged 1 commit into from Dec 13, 2023

Conversation

peczenyj
Copy link
Contributor

fix: errors.Join defined for go1.19 or below will not work using unsafe.String, since it is not available on previous go versions

fix #28

Copy link

codecov bot commented Nov 17, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (10bc51a) 86.01% compared to head (40c4e14) 86.13%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #30      +/-   ##
==========================================
+ Coverage   86.01%   86.13%   +0.11%     
==========================================
  Files           8        9       +1     
  Lines         236      238       +2     
==========================================
+ Hits          203      205       +2     
  Misses         29       29              
  Partials        4        4              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@peczenyj
Copy link
Contributor Author

BTW, since the go.mod specify go 1.20 perhaps we can remove the build tags, no?

@ernado ernado merged commit a3f192e into go-faster:main Dec 13, 2023
15 checks 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.

wrong implementation of Join function for older go versions
2 participants