package
1.3.48
Repository: https://github.com/sandwich-go/boost.git
Documentation: pkg.go.dev

# README

xconv

内置类型转换辅助工具

例子

fmt.Println(Bool("3"))
fmt.Println(Bool(""))
fmt.Println(Uint("3"))

Output:

true
false
3