module
0.0.0-20240917151801-3e295c8ed30c
Repository: https://github.com/w3liu/algorithm.git
Documentation: pkg.go.dev
# README
目录
- algorithm 算法练习
- ARTS 每周打卡任务
- books 读书笔记
- diagram 图表
- practice 练习
- tools 工具
常用命令
benchmark
go test -bench=. -benchtime=1s -run=none -benchmem
env
go env -w GOPROXY=https://goproxy.io,direct
go env -w GOPRIVATE=*.corp.example.com
go env -w GO111MODULE=on