//
pkg.gl
Category
github.com/ibiscum/Go-Programming-Cookbook-Second-Edition
chapter03
internal
dataconv
package
0.0.0-20241212173216-745cb4b42230
Repository:
https://github.com/ibiscum/go-programming-cookbook-second-edition.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
80 SLOC
#
Functions
CheckType
CheckType will print based on the interface type.
Interfaces
Interfaces demonstrates casting from anonymous interfaces to types.
ShowConv
ShowConv demonstrates some type conversion.
Strconv
Strconv demonstrates some strconv functions.