discord / lilliput

Resize images and animated GIFs in Go
https://discord.com/blog/how-discord-resizes-150-million-images-every-day-with-go-and-c
Other
1.96k stars 123 forks source link

Question about embedding deps #195

Open Waldeedle opened 1 month ago

Waldeedle commented 1 month ago

Does discord have other go projects that rely on lilliput internally and if so how are the deps being handled? The reason I ask is because I find myself having build scripts outside of the usual go process I am familiar with to download the linux or osx static libraries. I have recently been thinking of making a dummy embed file so that go always pulls the folder down as can be seen here: https://github.com/discord/lilliput/compare/master...Waldeedle:lilliput:feature/embed-deps

Appreciate any insights 🙏

Waldeedle commented 3 days ago

@skidder if you have time, I'd be curious to see what you think of this one