tvxwidgets/export_test.go
Navid Yaghoobi 0b5b299832 go update 1.18 + unit tests for utils
Signed-off-by: Navid Yaghoobi <navidys@fedoraproject.org>
2023-12-19 18:12:08 +11:00

11 lines
289 B
Go

package tvxwidgets
var (
GetColorName = getColorName
GetMessageWidth = getMessageWidth
GetMaxFloat64From2dSlice = getMaxFloat64From2dSlice
GetMaxFloat64FromSlice = getMaxFloat64FromSlice
DrawLine = drawLine
AbsInt = absInt
)