# ext **Repository Path**: mirrors_gookit/ext ## Basic Information - **Project Name**: ext - **Description**: Extra lib for GO - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-05 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Gookit Ext Packages ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/gookit/ext?style=flat-square) [![Go Report Card](https://goreportcard.com/badge/github.com/gookit/ext)](https://goreportcard.com/report/github.com/gookit/ext) [![Go Reference](https://pkg.go.dev/badge/github.com/gookit/ext.svg)](https://pkg.go.dev/github.com/gookit/ext) > **[EN README](README.md)** `gookit/ext` 提供的一些常用的带有使用场景的工具包。如果需要使用基础工具包,请查看使用 [gookit/goutil](https://github.com/gookit/goutil) ## Install ```bash go get github.com/gookit/goutil/ext ``` ## Package: lcache `lcache` 简单、协程安全的本地内存缓存包,提供 TTL 过期支持、LRU 淘汰策略和文件持久化功能。 > [!NOTE] > 更多信息请查看: [./lcache](./lcache/README.md) ## License MIT