package
0.0.0-20241118054940-93d61c2e595a
Repository: https://github.com/caijinlin/golang-notes.git
Documentation: pkg.go.dev

# README

查看net/http 库所有的对外库函数

go doc net/http | grep "^func"

查看库提供的所有 struct

go doc net/http | grep "^type"|grep struct