Statistics
Packages
	Total 418 packages, 232 of them are standard packages.
	Total 2071 source files, 1994 of them are Go source files.
	Total 625985 lines of Go code.
	Averagely,
	- each Go source file imports 3.15 packages and contains 314 lines of code.
	- each package depends 7.05 other packages and contains 4.77 source files.

			google.golang.org/grpc/internal/transport/http2_client.go

			google.golang.org/grpc

Types
	Total 2131 exported type names, 69 of them are aliases.
	In them, 1899 are composite types and 232 are basic types.
	In the basic types, 194 are integers (81 are unsigneds).

	

Numbers of Exported Type Names by Kinds

bool
(2)

int
(78)

int8
(9)

int16
(1)

int32
(18)

int64
(7)

uint
(16)

uint8
(35)

uint16
(13)

uint32
(10)

uint64
(2)

uintptr
(5)

float32
(1)

float64
(2)

complex64
(1)

complex128
(1)

[...]T
(8)

chan

func
(70)

interface
(343)

map
(14)

*T
(1)

[ ]T
(34)

string
(31)

struct
(1426)

unsafe.Pointer
(3)


	In 1426 exported struct types, 160 have embedded fields,
	and 101 have promoted fields.

			net/textproto.Conn
			google.golang.org/protobuf/internal/impl.MessageState


	On average, each exported struct type has
	* 4.87 fields (including promoteds and unexporteds),
	* 4.37 explicit fields (including unexporteds),
	* 3.25 exported fields (including promoteds),
	* 3.07 exported explicit fields.

			golang.org/x/sys/unix.HDDriveID

			golang.org/x/sys/unix.HDDriveID

			internal/buildcfg.ExperimentFlags


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

			reflect.Value

			reflect.Type

Values
	Total 731 exported variables and 14711 exported constants.

	

Numbers of Exported Variables by Type Kinds

bool
(55)

int
(14)




int64
(4)




uint32
(1)

uint64
(2)

uintptr
(1)




[...]T
(6)

chan

func
(41)

interface
(200)

map
(22)

*T
(296)

[ ]T
(24)

string
(18)

struct
(47)

	

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

bool

int
(928)

int8
(55)

int16

int32
(301)

int64
(7)

uint
(132)

uint8
(303)

uint16
(102)

uint32
(67)

uint64
(5)

uintptr
(271)




string
(650)


	Total 3797 exported functions and 4481 exported explicit methods.
	On average, each of these functions and methods has
	1.14 parameters and 1.07 results. For 2054 (25%) of these
	functions and methods, the last result types are error.

	

Numbers of Exported Functions/Methods by Parameter Counts

0
(2747)

1
(2965)

2
(1712)

3
(512)

4
(244)

5
(71)

6
(17)

7
(7)

8
(3)

			crypto/internal/boring.GenerateKeyRSA

Others
	The average length of exported identifiers is 12.94.

			google.golang.org/protobuf/internal/genid.FeatureSetDefaults_FeatureSetEditionDefault_OverridableFeatures_field_fullname