olekukonko / tablewriter

ASCII table in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create new tag with GoModules support

migueleliasweb opened this issue · comments

Hey all!

Would it be possible to create a release/tag with the current master commit?

Currently the latest release v0.0.1 does not contain the go.mod and go.sum files and that breaks the import for go module enabled projects.

Cheers!

+1 Will be nice to have a new release, at the moment to use the latest version I have to specify the last commit on the master.