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
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 🙏