Skip to content

lancet Utility Library

Documentation: lancet/README_zh-CN.md at main · duke-git/lancet · GitHub

Repository: duke-git/lancet: A comprehensive, efficient, and reusable util function library of Go. (github.com)

Introduction

Lancet (translated as a surgical lancet) is a general-purpose utility library containing concurrency, network, file, time, type conversion, and other utility libraries. Its code complexity is not high, and it encapsulates frequently used functions. So while using it, lancet is also a good learning resource for people who are just learning Go.

Usage

TIP

The official Chinese documentation is already very detailed and comes with complete code examples, so it won't be repeated here how to use it.

Golang by www.golangdev.cn edit