B -- import "github.com/kokizzu/gotro/B" Usage func ToS func ToS(b bool) string ToS converts boolean type to string type, writing "true" or "false" B.ToS(2 > 1) // "true"