Not sure what interests you but I'm a fan of the backup app [Restic](https://github.com/restic/restic).
Golang Developer
11–13 of 13 posts
Re: Golang Developer
#12The Gorgonia Family (used for deep learning): https://github.com/gorgonia/
I'm currently looking for contributors to help develop bindings for cudart (what is currently available is cuda driver API, cublas and cudnn, which is partially done due to the lack of cudart)
Re: Golang Developer
#13Port https://github.com/commonmark/cmark from C to Go. Go has decent markdown parsers (I maintain one at https://github.com/gomarkdown/markdown/ ) but there is no parser that does CommonMark. That would be a valuable addition to Go ecosystem and the project is well scoped (and there is existing test suite so you'll know if the code works or not).
Just curious why not call cmark from go with cgo? Would save a lot of effort porting.
Cgo has overhead and is slower