go-ini
INI converter
A Go package that converts between INI file data and the Go structs used to represent it
Go package that encodes and decodes INI-files
14 stars
2 watching
6 forks
Language: Go
last commit: about 1 month ago
Linked from 2 awesome lists
decoderencodergolanginimarshalunmarshal
Related projects:
Repository | Description | Stars |
---|---|---|
eun/go-convert | A utility package for converting data between different types and structures in Go programming language | 22 |
wlevene/ini | A Go library for parsing and manipulating INI configuration files | 15 |
petaki/inertia-go | A Go package providing an Inertia.js server-side adapter | 211 |
segmentio/encoding | A Go package providing efficient encoding and decoding APIs for various data formats. | 996 |
cgxxv/xj2go | A tool to convert data from XML or JSON formats into Go structs. | 34 |
arolek/ase | An ASE file decoder and encoder written in Go | 12 |
go-gcfg/gcfg | A Go library that reads INI-style configuration files into data structures | 168 |
go-audio/wav | A Go library for decoding and encoding WAV audio files. | 309 |
chanced/caps | A case conversion library for Go. | 54 |
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 |
jmattheis/goverter | Tool for generating type-safe converters in Go | 525 |
ake-persson/encoding | Provides a generic interface to encode and decode data in a platform-agnostic way. | 9 |
gookit/ini | A library for managing configuration data in Go applications | 85 |
gurukami/typ | A library providing safe conversion and data retrieval functions from complex structures to basic types in Go. | 46 |
shockerli/cvt | Converts data types safely and efficiently in Go programs | 48 |