diff --git a/README.md b/README.md index fca3a7b..058458b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Lancet -

- Lancet is a comprehensive, efficient, and reusable util function library of go. Inspired by the java apache common package and lodash.js. -

+
+ + +
![Go version](https://img.shields.io/badge/go-%3E%3D1.16-9cf) [![Release](https://img.shields.io/badge/release-1.2.3-green.svg)](https://github.com/duke-git/lancet/releases) @@ -11,14 +11,20 @@ [![codecov](https://codecov.io/gh/duke-git/lancet/branch/main/graph/badge.svg?token=FC48T1F078)](https://codecov.io/gh/duke-git/lancet) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/duke-git/lancet/blob/main/LICENSE) +
+ +
+ +

+ Lancet is a comprehensive, efficient, and reusable util function library of go. Inspired by the java apache common package and lodash.js. +

English | [简体中文](./README_zh-CN.md) - ## Feature - 👏 Comprehensive, efficient and reusable. -- 💪 160+ common go util functions, support string, slice, datetime, net, crypt... +- 💪 170+ common go util functions, support string, slice, datetime, net, crypt... - 💅 Only depend on the go standard library. - 🌍 Unit test for every exported function. diff --git a/README_zh-CN.md b/README_zh-CN.md index 2628885..cc567e7 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -1,7 +1,7 @@ -# Lancet -

- lancet(柳叶刀)是一个全面、高效、可复用的go语言工具函数库。 lancet受到了java apache common包和lodash.js的启发。 -

+
+ + +
![Go version](https://img.shields.io/badge/go-%3E%3D1.16-9cf) [![Release](https://img.shields.io/badge/release-1.2.3-green.svg)](https://github.com/duke-git/lancet/releases) @@ -11,6 +11,12 @@ [![codecov](https://codecov.io/gh/duke-git/lancet/branch/main/graph/badge.svg?token=FC48T1F078)](https://codecov.io/gh/duke-git/lancet) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/duke-git/lancet/blob/main/LICENSE) +
+ +
+

+ lancet(柳叶刀)是一个全面、高效、可复用的go语言工具函数库。 lancet受到了java apache common包和lodash.js的启发。 +

简体中文 | [English](./README.md) diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..19fad30 Binary files /dev/null and b/logo.png differ