Skip to content

Conversation

@Necoro
Copy link

@Necoro Necoro commented May 10, 2020

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 :)

@olivier4576
Copy link

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

@maxekman
Copy link

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

@iredmail iredmail mentioned this pull request Nov 3, 2021
@nathj07
Copy link

nathj07 commented Jan 7, 2022

It would be very good to get this merged

@maxekman
Copy link

I'm backe here a few years later, again being bitten by the missing Go mod file. This time via a circular dependency of Hermes > html2text > tablewriter.

@matcornic Is it better to inline this whole library inte Hermes to avoid this?

@maxekman
Copy link

maxekman commented Jun 4, 2025

@Necoro very nice to see some action on this!

@maxekman
Copy link

Will this be merged soon? And a new release published?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants