Open bldulam1 opened 1 year ago
I am trying to install go fiber 2.40.0 using gov1.15. I encountered an error saying something like:
github.com/mattn/go-runewidth@0.0.14/runewidth.go:7:2: found packages uniseg(doc.go) and main (gen_breaktest.go) in ...
Has anyone else ever encountered this before?
@bldulam1 uniseg requires Go 1.18 or later: https://github.com/rivo/uniseg/blob/master/go.mod#L3
I am trying to install go fiber 2.40.0 using gov1.15. I encountered an error saying something like:
github.com/mattn/go-runewidth@0.0.14/runewidth.go:7:2: found packages uniseg(doc.go) and main (gen_breaktest.go) in ...
Has anyone else ever encountered this before?