在Go中轻松安全地从一种数据类型转换为另一种数据类型
Go to file
2016-08-30 19:44:46 -04:00
.gitignore Initial commit 2016-08-30 19:44:46 -04:00
cast_test.go initial commit of library & tests 2016-08-30 19:44:46 -04:00
cast.go initial commit of library & tests 2016-08-30 19:44:46 -04:00
caste.go initial commit of library & tests 2016-08-30 19:44:46 -04:00
LICENSE Initial commit 2016-08-30 19:44:46 -04:00
README.md Initial commit 2016-08-30 19:44:46 -04:00

cast

easy casting from one type to another in Go