mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-11-10 04:48:01 +00:00
gofmt and go mod tidy all dependencies
This commit is contained in:
parent
2ecfbab420
commit
222220bc9d
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>Improve Reed-Solomon performance</li>
|
<li>Improve Reed-Solomon performance</li>
|
||||||
<li>Review/improve Internals.md</li>
|
<li>Review/improve Internals.md</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>
|
||||||
<li>✓ Fix focus bug where input boxes are not cleared if they are focused when file is dropped</li>
|
<li>✓ Fix focus bug where input boxes are not cleared if they are focused when file is dropped</li>
|
||||||
<li>✓ Fix bug on Windows where copying from the password field using Ctrl+C and then pasting with the "Paste" button would cause a crash</li>
|
<li>✓ Fix bug on Windows where copying from the password field using Ctrl+C and then pasting with the "Paste" button would cause a crash</li>
|
||||||
|
|
Loading…
Reference in a new issue