gookit/ext provides some commonly used toolkits with usage scenarios. If you need to use the basic toolkit, please see gookit/goutil
go get github.com/gookit/goutil/extlcache provides a simple, goroutine-safe local cache implementation with TTL support.
Note
More information please see: ./lcache
Comment-preserving TOML/INI merging: combine a freshly serialized document with the file on disk, keeping untouched comments, key order and formatting.
Note
More information please see: ./tomlkit
MIT