jedib0t / go-pretty

Table-writer and more in golang!
MIT License
3.02k stars 119 forks source link

Go get github.com/jedib0t/go-pretty/v6 have a problem #275

Closed sealandsigh closed 1 year ago

sealandsigh commented 1 year ago

Describe the bug go build github.com/jedib0t/go-pretty/v6: no non-test Go files in /xxx/xxxx/Documents/goproject/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.4.7

To Reproduce go build github.com/jedib0t/go-pretty/v6: no non-test Go files in /xxx/xxxx/Documents/goproject/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.4.7

Expected behavior go get ok

Software (please complete the following information):

jedib0t commented 1 year ago

Hey @sealandsigh ... There is nothing to build in go-pretty.

$ go mod init
go: creating new go.mod: module github.com/jedib0t/test

$ go get -u github.com/jedib0t/go-pretty/v6@v6.4.7
go: added github.com/jedib0t/go-pretty/v6 v6.4.7