---
title: "Go 中标准库的使用"
---

> Documentation Index
> Fetch the complete documentation index at: https://notes.linserin.work/llms.txt
> Use this file to discover all available pages before exploring further.

# Go 中标准库的使用

Go 具有丰富的生态，通过调用库，可以执行他人封装已经编写好的代码。

> Go 语言的 [pkg.go.dev](http://pkg.go.dev) 换源请参照 [/include-packages](/include-packages#%E4%BD%BF%E7%94%A8)

开个坑...

## time 时间标准库

## net 网络请求库

## 文件读写

## math 数学库

## crypto 加密

Source: https://notes.linserin.work/go/using-go-standard-library/index.mdx
