//
pkg.gl
Category
github.com/sandwich-go/boost
xconv
package
1.3.48
Repository:
https://github.com/sandwich-go/boost.git
Documentation:
pkg.go.dev
Overview
Dependencies
10
Dependents
0
#
README
xconv
内置类型转换辅助工具
例子
fmt.Println(Bool("3")) fmt.Println(Bool("")) fmt.Println(Uint("3"))
Output:
true false 3