Statistics
Packages
	Total 1462 packages, 239 of them are standard packages.
	Total 7380 source files, 7222 of them are Go source files.
	Total 2572279 lines of Go code.
	Averagely,
	- each Go source file imports 3.63 packages and contains 356 lines of code.
	- each package depends 8.35 other packages and contains 4.94 source files.

			github.com/chromedp/cdproto/cdproto.go

			google.golang.org/grpc

Types
	Total 11794 exported type names, 390 of them are aliases.
	In them, 10446 are composite types and 1348 are basic types.
	In the basic types, 924 are integers (383 are unsigneds).

	

Numbers of Exported Type Names by Kinds

bool
(9)

int
(309)

int8
(44)

int16
(18)

int32
(103)

int64
(67)

uint
(20)

uint8
(155)

uint16
(69)

uint32
(96)

uint64
(35)

uintptr
(8)

float32
(1)

float64
(10)

complex64
(1)

complex128
(1)

[...]T
(36)

chan

func
(517)

interface
(1660)

map
(77)

*T
(6)

[ ]T
(195)

string
(402)

struct
(7952)

unsafe.Pointer
(3)


	In 7952 exported struct types, 1091 have embedded fields,
	and 865 have promoted fields.

			github.com/go-echarts/go-echarts/v2/charts.BaseConfiguration


	On average, each exported struct type has
	* 5.70 fields (including promoteds and unexporteds),
	* 4.43 explicit fields (including unexporteds),
	* 4.05 exported fields (including promoteds),
	* 3.27 exported explicit fields.

			github.com/gdamore/tcell/v2/terminfo.Terminfo

			github.com/gdamore/tcell/v2/terminfo.Terminfo

			github.com/prometheus/procfs.ProcNetstat


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

			github.com/redis/go-redis/v9.ClusterClient

			github.com/redis/go-redis/v9.Pipeliner

Values
	Total 4938 exported variables and 30506 exported constants.

	

Numbers of Exported Variables by Type Kinds

bool
(75)

int
(120)

int8
(8)

int16
(1)

int32
(10)

int64
(76)

uint

uint8
(45)

uint16

uint32
(3)

uint64
(6)

uintptr
(1)

float32

float64
(14)




[...]T
(28)

chan

func
(228)

interface
(1368)

map
(246)

*T
(595)

[ ]T
(153)

string
(176)

struct
(1785)

	

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

bool
(24)

int
(2345)

int8
(265)

int16
(235)

int32
(833)

int64
(181)

uint
(148)

uint8
(1443)

uint16
(1387)

uint32
(1305)

uint64
(1071)

uintptr
(271)

float32

float64
(7)




string
(4070)


	Total 14539 exported functions and 37714 exported explicit methods.
	On average, each of these functions and methods has
	0.99 parameters and 1.04 results. For 14291 (27%) of these
	functions and methods, the last result types are error.

			github.com/shirou/gopsutil/v3/net.NewConntrackStat

			github.com/chromedp/cdproto/css.(*GetMatchedStylesForNodeParams).Do

Others
	The average length of exported identifiers is 12.51.

			github.com/chromedp/cdproto/page.BackForwardCacheNotRestoredReasonEmbedderChromePasswordManagerClientBindCredentialManager