go-termd
go-termd copied to clipboard
No main func, no binary created
Hi,
Looks like a very promising tool for CLI users!
I tried
GO111MODULE=on go get -u github.com/tj/go-termd@latest
but no luck: no binary is created since there is no main func. 🙄
ahh it's just a library/package, but @pyr created one: https://github.com/pyr/mdcat
@tj FWIW, if you're interested in reincorporating a main in this repo, happy to see this happening (and to reattribute copyright)
Doesn't matter to me :D maybe we should just link to yours, I'm using it as a pkg in another project