mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-04 12:52:28 +08:00
53 lines
1.6 KiB
Markdown
53 lines
1.6 KiB
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: "Lancet"
|
|
text: "A powerful util function library of Go"
|
|
tagline: Simple, powerful, and efficient.
|
|
actions:
|
|
- theme: brand
|
|
text: Get Started
|
|
link: /en/guide/getting_started
|
|
- theme: alt
|
|
text: View on GitHub
|
|
link: https://github.com/duke-git/lancet
|
|
|
|
image:
|
|
src: /lancet_logo.png
|
|
alt: lancet
|
|
|
|
features:
|
|
- title: Powerful
|
|
icon: 💪
|
|
details: support 600+ go util functions. inclueds string, slice, datetime, net, crypto, concurrency, etc.
|
|
- title: Modular by design
|
|
icon: 🏗
|
|
details: Each module is designed as a package with no coupling between modules.
|
|
- title: Pure
|
|
icon: 💅
|
|
details: Only depends on two kinds of libraries, go standard library and golang.org/x.
|
|
- title: Simple
|
|
icon: 👏
|
|
details: Well structure, test for every exported function.
|
|
---
|
|
|
|
<p style="position:relative; top: -316px;left: 560px;">
|
|
<img style="display: inline-block;margin-right:10px;" src="https://img.shields.io/github/stars/duke-git/lancet?style=social" alt="">
|
|
<img style="display: inline-block" src="https://img.shields.io/github/forks/duke-git/lancet?style=social" alt="">
|
|
</p>
|
|
|
|
<a style="border-color: #4565d8;
|
|
color: #fff;
|
|
background-color: #4565d8;
|
|
border-radius: 20px;
|
|
padding: 0 20px;
|
|
line-height: 40px;
|
|
font-size: 16px;
|
|
display: block;
|
|
border: 1px solid transparent;
|
|
text-align: center;
|
|
font-weight: 600;
|
|
margin: 0 auto;
|
|
width: 140px;" href="/en/sponsor/sponsor.html">Sponsor</a> |