Re: [xz-devel] Go/Golang bindings for xz

2021-04-15 Thread Lasse Collin
Hello! On 2021-04-12 James Fennell wrote: > Over the last couple of weeks I've been working on a project to add > Go bindings for the xz format: https://github.com/jamespfennell/xz :-) > The project uses the Go technology cgo to compile the relevant > liblzma C files automatically and link them

[xz-devel] Go/Golang bindings for xz

2021-04-12 Thread James Fennell
Hello, Over the last couple of weeks I've been working on a project to add Go bindings for the xz format: https://github.com/jamespfennell/xz The project uses the Go technology cgo to compile the relevant liblzma C files automatically and link them in with the Go binary. From the Go user's