Statistics
Packages
	Total 347 packages, 346 of them are standard packages.
	Total 1643 source files, 1578 of them are Go source files.
	Total 509272 lines of Go code.
	Averagely,
	- each Go source file imports 3.07 packages and contains 323 lines of code.
	- each package depends 6.80 other packages and contains 4.55 source files.

			net/http/h2_bundle.go

			crypto/tls

Types
	Total 1604 exported type names, 11 of them are aliases.
	In them, 1360 are composite types and 244 are basic types.
	In the basic types, 204 are integers (84 are unsigneds).

	

Numbers of Exported Type Names by Kinds

bool
(2)

int
(96)

int8
(2)

int16
(1)

int32
(8)

int64
(13)

uint
(13)

uint8
(32)

uint16
(15)

uint32
(16)

uint64
(5)

uintptr
(3)

float32
(1)

float64
(1)

complex64
(1)

complex128
(1)

[...]T
(3)

chan

func
(35)

interface
(209)

map
(12)

*T

[ ]T
(29)

string
(34)

struct
(1071)

unsafe.Pointer
(1)


	In 1071 exported struct types, 133 have embedded fields,
	and 109 have promoted fields.

			net/textproto.Conn
			debug/macho.Segment


	On average, each exported struct type has
	* 5.32 fields (including promoteds and unexporteds),
	* 4.58 explicit fields (including unexporteds),
	* 3.44 exported fields (including promoteds),
	* 3.02 exported explicit fields.

			go/build.Package
			crypto/x509.Certificate

			go/build.Package
			crypto/x509.Certificate

			debug/macho.Dysymtab


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

			reflect.Value

			reflect.Type

Values
	Total 599 exported variables and 5765 exported constants.

	

Numbers of Exported Variables by Type Kinds

bool
(32)

int
(11)




int32
(1)




uintptr
(1)




[...]T
(4)

chan

func
(15)

interface
(150)

map
(12)

*T
(286)

[ ]T
(29)

string
(14)

struct
(44)

	

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

bool

int
(1947)

int8
(3)

int16

int32
(16)

int64
(9)

uint
(107)

uint8
(310)

uint16
(300)

uint32
(356)

uint64
(3)

uintptr
(137)




string
(20)


	Total 2647 exported functions and 3658 exported explicit methods.
	On average, each of these functions and methods has
	1.10 parameters and 1.11 results. For 1660 (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.27.

			debug/pe.IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE