html2text icon indicating copy to clipboard operation
html2text copied to clipboard

Add go.mod

Open Necoro opened this issue 4 years ago • 3 comments

For me, being relatively new to Go, not having a go.mod and dealing with all this GOPATH-mess seems strange. Hence: Add a go.mod :)

Necoro avatar May 10 '20 15:05 Necoro

I think adding a go.mod will avoid problems many problems. For some reason, using html2text with golang v1.16, golang fetched github.com/olekukonko/tablewriter v0.0.0-20170122224234-a02225b3f23b5 instead of the last version v0.0.5, which causes problems with table.SetReflowDuringAutoWrap and table.SetcolumnAlignment undefined.

Cheers

Olivier

olivier4576 avatar Mar 31 '21 13:03 olivier4576

Can this please be merged and a release created? I have the same issue as other people with Go 1.16.

maxekman avatar Aug 19 '21 10:08 maxekman

It would be very good to get this merged

nathj07 avatar Jan 07 '22 14:01 nathj07