Statistics
Packages
	Total 277 packages, 277 of them are standard packages.
	Total 1383 source files, 1324 of them are Go source files.
	Total 460393 lines of Go code.
	Averagely,
	- each Go source file imports 2.94 packages and contains 348 lines of code.
	- each package depends 6.69 other packages and contains 4.78 source files.

			net/http/h2_bundle.go

			net/http

Types
	Total 1390 exported type names, 11 of them are aliases.
	In them, 1180 are composite types and 210 are basic types.
	In the basic types, 172 are integers (64 are unsigneds).

	

Numbers of Exported Type Names by Kinds

bool
(2)

int
(89)

int8
(2)

int16
(1)

int32
(8)

int64
(8)

uint
(14)

uint8
(21)

uint16
(10)

uint32
(14)

uint64
(2)

uintptr
(3)

float32
(1)

float64
(1)

complex64
(1)

complex128
(1)

[...]T
(3)

chan

func
(26)

interface
(192)

map
(9)

*T

[ ]T
(26)

string
(32)

struct
(923)

unsafe.Pointer
(1)


	In 923 exported struct types, 122 have embedded fields,
	and 98 have promoted fields.

			net/textproto.Conn
			debug/macho.Segment


	On average, each exported struct type has
	* 5.49 fields (including promoteds and unexporteds),
	* 4.71 explicit fields (including unexporteds),
	* 3.68 exported fields (including promoteds),
	* 3.21 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.85 exported methods.
	- each exported interface type specified 2.33 exported methods.

			reflect.Value

			reflect.Type

Values
	Total 534 exported variables and 5437 exported constants.

	

Numbers of Exported Variables by Type Kinds

bool
(7)

int
(9)




uintptr
(1)




[...]T
(3)

chan

func
(7)

interface
(145)

map
(6)

*T
(285)

[ ]T
(27)

string
(10)

struct
(34)

	

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

bool

int
(1892)

int8
(3)

int16

int32
(16)

int64
(6)

uint
(137)

uint8
(130)

uint16
(281)

uint32
(347)

uint64

uintptr
(136)




string
(18)


	Total 2206 exported functions and 3218 exported explicit methods.
	On average, each of these functions and methods has
	1.09 parameters and 1.12 results. For 1453 (27%) 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