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

Ditch fmt, log, path/filepath, and strings for ~17KB more savings #139

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

tianon
Copy link
Owner

@tianon tianon commented Mar 20, 2024

$ stat --format '% 11n %s' gosu-before gosu-after
gosu-before 1495254
 gosu-after 1478001

See also #138

…ings

```console
$ stat --format '% 11n %s' gosu-before gosu-after
gosu-before 1495254
 gosu-after 1478001
```
@tianon
Copy link
Owner Author

tianon commented Mar 20, 2024

(of course, the real win here isn't actually binary size, but less included code and thus even less govulncheck potential hit paths)

@tianon tianon merged commit 53c4966 into tianon:master Mar 20, 2024
1 check passed
@tianon tianon deleted the no-log-fmt-strings branch March 20, 2024 10:45
@tianon tianon mentioned this pull request Mar 20, 2024
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.

None yet

1 participant