Package set is a small wrapper around the official reflect package that facilitates loose type conversion and assignment into native Go types.
-
Updated
Jun 12, 2022 - Go
Package set is a small wrapper around the official reflect package that facilitates loose type conversion and assignment into native Go types.
Convert between Go types, including bool, string, numbers, time, map, struct, slice.
Go is a statically typed, compiled high-level programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. It is syntactically similar to C, but with memory safety, garbage collection, structural typing, and CSP-style concurrency.
Add a description, image, and links to the typeconversion topic page so that developers can more easily learn about it.
To associate your repository with the typeconversion topic, visit your repo's landing page and select "manage topics."