Versions in this module Expand all Collapse all v0 v0.1.1 Feb 15, 2023 v0.1.0 Feb 15, 2023 Changes in this version + func Atoi(s string) int + func Btoa(b uint8) string + func CheckColor(color string) string + func Ftoa(f float64) string + func IsEmpty(object interface{}) bool + func RGB(color string) (r, g, b int) + func ReadTextFile(filename string, colno int) []interface