Statistics
Packages
	Total 360 packages, 359 of them are standard packages.
	Total 1724 source files, 1659 of them are Go source files.
	Total 535092 lines of Go code.
	Averagely,
	- each Go source file imports 3.16 packages and contains 323 lines of code.
	- each package depends 7.01 other packages and contains 4.61 source files.

			net/http/h2_bundle.go

			crypto/tls

Types
	Total 1671 exported type names, 22 of them are aliases.
	In them, 1410 are composite types and 261 are basic types.
	In the basic types, 218 are integers (92 are unsigneds).

	

Numbers of Exported Type Names by Kinds

bool
(2)

int
(100)

int8
(2)

int16
(1)

int32
(9)

int64
(14)

uint
(17)

uint8
(33)

uint16
(16)

uint32
(17)

uint64
(6)

uintptr
(3)

float32
(1)

float64
(1)

complex64
(1)

complex128
(1)

[...]T
(5)

chan

func
(36)

interface
(221)

map
(12)

*T

[ ]T
(30)

string
(37)

struct
(1105)

unsafe.Pointer
(1)


	In 1105 exported struct types, 137 have embedded fields,
	and 110 have promoted fields.

			net/textproto.Conn
			debug/macho.Segment


	On average, each exported struct type has
	* 5.34 fields (including promoteds and unexporteds),
	* 4.61 explicit fields (including unexporteds),
	* 3.40 exported fields (including promoteds),
	* 2.98 exported explicit fields.

			math/big/internal/asmgen.Arch

			go/build.Package
			crypto/x509.Certificate

			internal/buildcfg.ExperimentFlags
			debug/macho.Dysymtab


	Averagely,
	- for exported non-interface types with at least one exported
	  method, each of them has 4.82 exported methods.
	- each exported interface type specified 2.26 exported methods.

			reflect.Value

			reflect.Type

Values
	Total 650 exported variables and 5829 exported constants.

	

Numbers of Exported Variables by Type Kinds

bool
(35)

int
(11)




int32
(1)




uintptr
(1)




[...]T
(9)

chan

func
(22)

interface
(159)

map
(13)

*T
(298)

[ ]T
(30)

string
(14)

struct
(57)

	

Numbers of Exported Constants by Type (or Default Type) Kinds

bool

int
(1954)

int8
(3)

int16

int32
(16)

int64
(10)

uint
(122)

uint8
(317)

uint16
(300)

uint32
(359)

uint64
(53)

uintptr
(137)




string
(20)


	Total 2798 exported functions and 3854 exported explicit methods.
	On average, each of these functions and methods has
	1.10 parameters and 1.10 results. For 1744 (26%) of these
	functions and methods, the last result types are error.

			testing/internal/testdeps.TestDeps.CoordinateFuzzing

			crypto/internal/boring.GenerateKeyRSA

Others
	The average length of exported identifiers is 9.30.

			debug/pe.IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE