Skip to content

Latest commit

 

History

History

B

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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"