1
0
Fork 0
mirror of https://github.com/HACKERALERT/Picocrypt.git synced 2024-09-19 17:26:46 +00:00

Minor code cleanups

This commit is contained in:
Evan Su 2022-05-08 19:42:02 -04:00 committed by GitHub
parent fa781cadc9
commit 2f015f40d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
# v1.28 (ETA unknown) # v1.28 (ETA unknown)
<ul> <ul>
<li>✓ Minor code cleanups</li>
<li>✓ Improve Reed-Solomon performance (only rebuild data if corruption is detected)</li> <li>✓ Improve Reed-Solomon performance (only rebuild data if corruption is detected)</li>
<li>`gofmt` and `go mod tidy` all dependencies</li> <li>`gofmt` and `go mod tidy` all dependencies</li>
<li>✓ Fix bad pointer issue when running with `-race`</li> <li>✓ Fix bad pointer issue when running with `-race`</li>