Is there some way to get all the packages and subpackages in the standard library, and all the structs inside those packages? Something like what: https://golang.org/pkg/ outputs, but in a parseable format such as json
Is there some way to get all the packages and subpackages in the standard library, and all the structs inside those packages?
Something like what: https://golang.org/pkg/ outputs, but in a parseable format such as json