Statistics
Packages
	Total 458 packages, 241 of them are standard packages.
	Total 2346 source files, 2267 of them are Go source files.
	Total 722191 lines of Go code.
	Averagely,
	- each Go source file imports 3.23 packages and contains 319 lines of code.
	- each package depends 7.16 other packages and contains 4.95 source files.

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

			google.golang.org/grpc

Types
	Total 2629 exported type names, 67 of them are aliases.
	In them, 2367 are composite types and 262 are basic types.
	In the basic types, 214 are integers (89 are unsigneds).

	

Numbers of Exported Type Names by Kinds

bool
(2)

int
(86)

int8
(11)

int16
(1)

int32
(19)

int64
(8)

uint
(16)

uint8
(38)

uint16
(16)

uint32
(12)

uint64
(2)

uintptr
(5)

float32
(1)

float64
(2)

complex64
(1)

complex128
(1)

[...]T
(10)

chan

func
(94)

interface
(469)

map
(18)

*T
(1)

[ ]T
(44)

string
(41)

struct
(1728)

unsafe.Pointer
(3)


	In 1728 exported struct types, 163 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.62 fields (including promoteds and unexporteds),
	* 4.20 explicit fields (including unexporteds),
	* 3.08 exported fields (including promoteds),
	* 2.91 exported explicit fields.

			golang.org/x/sys/unix.Taskstats

			golang.org/x/sys/unix.Taskstats

			github.com/jackc/pgx/v5.ConnConfig


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

			reflect.Value

			reflect.Type

Values
	Total 940 exported variables and 15575 exported constants.

	

Numbers of Exported Variables by Type Kinds

bool
(64)

int
(14)




int64
(4)




uint16
(1)

uint32
(1)

uint64
(2)

uintptr
(1)




[...]T
(8)

chan

func
(51)

interface
(219)

map
(18)

*T
(300)

[ ]T
(26)

string
(17)

struct
(214)

	

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

bool

int
(970)

int8
(56)

int16

int32
(305)

int64
(7)

uint
(132)

uint8
(422)

uint16
(120)

uint32
(74)

uint64
(5)

uintptr
(273)




string
(684)


	Total 3950 exported functions and 5645 exported explicit methods.
	On average, each of these functions and methods has
	1.15 parameters and 1.11 results. For 2800 (29%) of these
	functions and methods, the last result types are error.

	

Numbers of Exported Functions/Methods by Parameter Counts

0
(3256)

1
(3476)

2
(1754)

3
(567)

4
(428)

5
(86)

6
(18)

7
(7)

8
(3)

			crypto/internal/boring.GenerateKeyRSA

Others
	The average length of exported identifiers is 12.72.

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