package
0.0.0-20241212173216-745cb4b42230
Repository: https://github.com/ibiscum/go-programming-cookbook-second-edition.git
Documentation: pkg.go.dev

# Functions

CheckType will print based on the interface type.
Interfaces demonstrates casting from anonymous interfaces to types.
ShowConv demonstrates some type conversion.
Strconv demonstrates some strconv functions.