My main concern is if you do a go mod graph of applications that import
these packages, you see references to old libraries, libraries that have
security vulnerabilities.
On Tuesday, December 19, 2023 at 5:49:05 PM UTC-5 Rob Pike wrote:
> If it's only in the test, the circularity only arises w
Hi everyone!
I am looking for a best way to render fonts like TTF and Type 1 in my Go
programm. I have looked at the Freetype port into Go, but it is incomplete
(Type1 are not implemented) and also lacks some feature like setting text
matrix (or at least I have not found how to do it). I have
Two years later, I have the same issue and only found solutions involving
cgo to wrap existing non-go libraries.
Could be because XML is no longer used that much.
On Tuesday, October 12, 2021 at 8:59:19 AM UTC+2 snmed wrote:
> Hi there,
>
> I wondering why there is no pure XML Schema validation