lancet: 【Recommendation】--source learning

A comprehensive, efficient and reusable go language tool function library;

A good place to learn source code, this is a tool library, the best way to suggest is

After importing in the project, then view his various source codes for learning and use

In golangd, view the import package and its source code;

Learning Chinese Documents

 

One, lancet:

1.1lancet: A comprehensive, efficient and reusable go language tool function library

github address:

https://github.com/duke-git/lancet

1.2 It is recommended to use gitee to import to the local library, and then view it on gitee

 

 

 

The most important thing is that the Chinese support is better, you can read the Chinese notes

 

1.3 The specific content of the document

The "doc" content in the picture is in github, [sometimes it cannot be accessed], you need to query and solve it yourself

1.4 https://go.dev code

The content of "play" in the picture is under https://go.dev website, which can be accessed in normal times, and can be accessed in general if it is a little slower

1.5 sample code

Copy the above code to golang, and download the corresponding package locally for learning

 1.6 In golang, you can see its source code and learn from source code

 

Guess you like

Origin blog.csdn.net/wtt234/article/details/132208104