Statistics
Packages
	Total 456 packages, 240 of them are standard packages.
	Total 2313 source files, 2238 of them are Go source files.
	Total 697695 lines of Go code.
	Averagely,
	- each Go source file imports 3.23 packages and contains 312 lines of code.
	- each package depends 7.15 other packages and contains 4.91 source files.

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

			google.golang.org/grpc

Types
	Total 2619 exported type names, 70 of them are aliases.
	In them, 2359 are composite types and 260 are basic types.
	In the basic types, 213 are integers (88 are unsigneds).

	

Numbers of Exported Type Names by Kinds

bool
(2)

int
(85)

int8
(11)

int16
(1)

int32
(20)

int64
(8)

uint
(16)

uint8
(37)

uint16
(17)

uint32
(11)

uint64
(2)

uintptr
(5)

float32
(1)

float64
(2)

complex64
(1)

complex128
(1)

[...]T
(9)

chan

func
(91)

interface
(480)

map
(18)

*T
(1)

[ ]T
(46)

string
(40)

struct
(1711)

unsafe.Pointer
(3)


	In 1711 exported struct types, 166 have embedded fields,
	and 106 have promoted fields.

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


	On average, each exported struct type has
	* 4.63 fields (including promoteds and unexporteds),
	* 4.19 explicit fields (including unexporteds),
	* 3.04 exported fields (including promoteds),
	* 2.87 exported explicit fields.

			golang.org/x/sys/unix.HDDriveID

			golang.org/x/sys/unix.HDDriveID

			github.com/jackc/pgx/v5.ConnConfig


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

			reflect.Value

			reflect.Type

Values
	Total 937 exported variables and 14926 exported constants.

	

Numbers of Exported Variables by Type Kinds

bool
(55)

int
(14)




int64
(4)




uint32
(1)

uint64
(2)

uintptr
(1)




[...]T
(8)

chan

func
(47)

interface
(221)

map
(23)

*T
(300)

[ ]T
(27)

string
(18)

struct
(216)

	

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

bool

int
(964)

int8
(62)

int16

int32
(308)

int64
(7)

uint
(132)

uint8
(311)

uint16
(102)

uint32
(67)

uint64
(5)

uintptr
(271)




string
(658)


	Total 4000 exported functions and 5718 exported explicit methods.
	On average, each of these functions and methods has
	1.14 parameters and 1.10 results. For 2743 (28%) of these
	functions and methods, the last result types are error.

	

Numbers of Exported Functions/Methods by Parameter Counts

0
(3306)

1
(3482)

2
(1829)

3
(569)

4
(427)

5
(77)

6
(18)

7
(7)

8
(3)

			crypto/internal/boring.GenerateKeyRSA

Others
	The average length of exported identifiers is 12.65.

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