cvt
Type converter
Converts data types safely and efficiently in Go programs
Easy and safe convert any value to another type in Go. (Go 数据类型安全转换)
48 stars
2 watching
8 forks
Language: Go
last commit: 2 months ago
Linked from 2 awesome lists
castconvertcvtgogolanghelpertoolkit
Related projects:
Repository | Description | Stars |
---|---|---|
cstockton/go-conv | A library that provides fast and intuitive conversions across various Go types with a simple API. | 385 |
eun/go-convert | A utility package for converting data between different types and structures in Go programming language | 22 |
jmattheis/goverter | Tool for generating type-safe converters in Go | 525 |
gurukami/typ | A library providing safe conversion and data retrieval functions from complex structures to basic types in Go. | 46 |
usk81/generic | A package providing a flexible data type in Go, allowing encoding and decoding of various data types without the need for explicit casting or switching. | 48 |
henry-sarabia/sliceconv | A package providing functions to convert between string representations of primitive types and their corresponding Go types on slices. | 10 |
nofeaturesonlybugs/set | A Go package that provides a performant wrapper around the official reflect package for loose type conversion and assignment into native types. | 47 |
chanced/caps | A case conversion library for Go. | 54 |
gookit/filter | A utility package for processing and transforming data in Golang applications. | 151 |
cgxxv/xj2go | A tool to convert data from XML or JSON formats into Go structs. | 34 |
asty-org/asty | Tool for converting Go source code AST to JSON and back to AST | 81 |
dtgorski/typex | Tools for analyzing and visualizing Go type structures and interfaces | 200 |
sclevine/yj | A command-line tool for converting between various data formats. | 976 |
subpop/go-ini | A Go package that converts between INI file data and the Go structs used to represent it | 14 |
incu6us/goimports-reviser | Tool to sort and format Go imports and code. | 602 |