Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 843 Bytes

File metadata and controls

27 lines (16 loc) · 843 Bytes

Gookit Ext Packages

GitHub go.mod Go version Go Report Card Go Reference

中文说明

gookit/ext provides some commonly used toolkits with usage scenarios. If you need to use the basic toolkit, please see gookit/goutil

Install

go get github.com/gookit/goutil/ext

Package: lcache

lcache provides a simple, goroutine-safe local cache implementation with TTL support.

Note

More information please see: ./lcache

License

MIT