Statistics
Packages
	Total 663 packages, 155 of them are standard packages.
	Total 2843 source files, 2783 of them are Go source files.
	Total 1095479 lines of Go code.
	Averagely,
	- each Go source file imports 4.13 packages and contains 394 lines of code.
	- each package depends 8.57 other packages and contains 4.20 source files.

			net/http/h2_bundle.go
			google.golang.org/grpc/server.go

			golang.org/x/pkgsite/internal/frontend

Types
	Total 4419 exported type names, 89 of them are aliases.
	In them, 3972 are composite types and 447 are basic types.
	In the basic types, 361 are integers (135 are unsigneds).

	

Numbers of Exported Type Names by Kinds

bool
(5)

int
(117)

int8
(18)

int16
(1)

int32
(80)

int64
(10)

uint
(21)

uint8
(65)

uint16
(14)

uint32
(20)

uint64
(10)

uintptr
(5)

float32
(1)

float64
(4)

complex64
(1)

complex128
(1)

[...]T
(14)

chan

func
(112)

interface
(648)

map
(40)

*T

[ ]T
(88)

string
(74)

struct
(3067)

unsafe.Pointer
(3)


	In 3067 exported struct types, 317 have embedded fields,
	and 248 have promoted fields.

			github.com/go-git/go-git/v5/storage/memory.Storage
			github.com/go-git/go-git/v5/storage/filesystem.Storage


	On average, each exported struct type has
	* 4.92 fields (including promoteds and unexporteds),
	* 4.46 explicit fields (including unexporteds),
	* 3.22 exported fields (including promoteds),
	* 3.03 exported explicit fields.

			google.golang.org/genproto/googleapis/container/v1.Cluster

			go/build.Package

			cloud.google.com/go/storage.Copier
			cloud.google.com/go/storage.Composer
			cloud.google.com/go/storage.Writer


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

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

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

Values
	Total 1526 exported variables and 8671 exported constants.

	

Numbers of Exported Variables by Type Kinds

bool
(21)

int
(45)




int64
(4)

uint
(2)




uint32
(1)

uint64

uintptr
(6)




[...]T
(5)

chan

func
(22)

interface
(496)

map
(151)

*T
(433)

[ ]T
(43)

string
(25)

struct
(272)

	

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

bool
(22)

int
(822)

int8
(77)

int16

int32
(583)

int64
(34)

uint
(281)

uint8
(342)

uint16
(418)

uint32
(646)

uint64
(48)

uintptr
(216)




string
(634)


	Total 4656 exported functions and 12730 exported explicit methods.
	On average, each of these functions and methods has
	0.83 parameters and 1.08 results. For 4410 (25%) of these
	functions and methods, the last result types are error.

			crypto/ed25519/internal/edwards25519.FeCombine

			golang.org/x/crypto/ssh.ParseKnownHosts

Others
	The average length of exported identifiers is 10.70.

			google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1.File_google_devtools_clouderrorreporting_v1beta1_report_errors_service_proto