Statistics
Packages
	Total 307 packages, 306 of them are standard packages.
	Total 1519 source files, 1459 of them are Go source files.
	Total 491564 lines of Go code.
	Averagely,
	- each Go source file imports 3.01 packages and contains 337 lines of code.
	- each package depends 6.87 other packages and contains 4.75 source files.

			net/http/h2_bundle.go

			crypto/tls
			net/http

Types
	Total 1527 exported type names, 11 of them are aliases.
	In them, 1291 are composite types and 236 are basic types.
	In the basic types, 196 are integers (78 are unsigneds).

	

Numbers of Exported Type Names by Kinds

bool
(2)

int
(94)

int8
(2)

int16
(1)

int32
(8)

int64
(13)

uint
(13)

uint8
(31)

uint16
(11)

uint32
(15)

uint64
(5)

uintptr
(3)

float32
(1)

float64
(1)

complex64
(1)

complex128
(1)

[...]T
(3)

chan

func
(31)

interface
(204)

map
(12)

*T

[ ]T
(29)

string
(34)

struct
(1011)

unsafe.Pointer
(1)


	In 1011 exported struct types, 124 have embedded fields,
	and 100 have promoted fields.

			net/textproto.Conn
			debug/macho.Segment


	On average, each exported struct type has
	* 5.38 fields (including promoteds and unexporteds),
	* 4.65 explicit fields (including unexporteds),
	* 3.57 exported fields (including promoteds),
	* 3.14 exported explicit fields.

			go/build.Package

			go/build.Package

			debug/macho.Dysymtab


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

			reflect.Value

			reflect.Type

Values
	Total 555 exported variables and 5703 exported constants.

	

Numbers of Exported Variables by Type Kinds

bool
(6)

int
(9)




uintptr
(1)




[...]T
(4)

chan

func
(15)

interface
(146)

map
(9)

*T
(285)

[ ]T
(29)

string
(13)

struct
(38)

	

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

bool

int
(1941)

int8
(3)

int16

int32
(16)

int64
(9)

uint
(107)

uint8
(306)

uint16
(296)

uint32
(353)

uint64
(2)

uintptr
(137)




string
(20)


	Total 2454 exported functions and 3421 exported explicit methods.
	On average, each of these functions and methods has
	1.09 parameters and 1.11 results. For 1523 (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.26.

			debug/pe.IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE