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

Some basic project cleanup #1

Merged
merged 6 commits into from
Jan 17, 2023
Merged

Some basic project cleanup #1

merged 6 commits into from
Jan 17, 2023

Conversation

pattmax00
Copy link
Contributor

No description provided.

@TypicalAM TypicalAM merged commit 27a7b88 into TypicalAM:main Jan 17, 2023
@TypicalAM
Copy link
Owner

Looks nice! I'm quite new to go so this was very helpful, especially the redundant lipgloss.Color conversion which I didn't know you could omit

@pattmax00
Copy link
Contributor Author

Thanks! Another cool tip for releases can be found here: https://words.filippo.io/shrink-your-go-binaries-with-this-one-weird-trick/ just use the -w and -s flags to remove debug information and use UPX for compression. You can get the binaries pretty small by doing this and I haven't noticed any perceptible start up time difference. Simple CLI programs can go down to a few hundred kilobytes.

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