Statistics
Packages
	Total 476 packages, 221 of them are standard packages.
	Total 2494 source files, 2413 of them are Go source files.
	Total 736585 lines of Go code.
	Averagely,
	- each Go source file imports 3.29 packages and contains 305 lines of code.
	- each package depends 7.12 other packages and contains 5.07 source files.

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

			google.golang.org/grpc

Types
	Total 3005 exported type names, 84 of them are aliases.
	In them, 2694 are composite types and 311 are basic types.
	In the basic types, 203 are integers (83 are unsigneds).

	

Numbers of Exported Type Names by Kinds

bool
(3)

int
(77)

int8
(10)

int16
(2)

int32
(23)

int64
(8)

uint
(18)

uint8
(33)

uint16
(13)

uint32
(9)

uint64
(5)

uintptr
(5)

float32
(1)

float64
(2)

complex64
(1)

complex128
(1)

[...]T
(7)

chan
(1)

func
(88)

interface
(479)

map
(19)

*T

[ ]T
(52)

string
(100)

struct
(2045)

unsafe.Pointer
(3)


	In 2045 exported struct types, 513 have embedded fields,
	and 113 have promoted fields.

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


	On average, each exported struct type has
	* 4.68 fields (including promoteds and unexporteds),
	* 4.31 explicit fields (including unexporteds),
	* 3.18 exported fields (including promoteds),
	* 3.02 exported explicit fields.

			golang.org/x/sys/unix.HDDriveID

			golang.org/x/sys/unix.HDDriveID

			github.com/aws/smithy-go/transport/http.Request


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

			github.com/aws/aws-sdk-go-v2/service/s3.Client

			reflect.Type

Values
	Total 794 exported variables and 14227 exported constants.

	

Numbers of Exported Variables by Type Kinds

bool
(49)

int
(16)




int64
(7)

uint

uint8
(42)

uint16
(1)

uint32
(1)

uint64
(1)

uintptr
(1)




func
(38)

interface
(200)

map
(35)

*T
(295)

[ ]T
(37)

string
(15)

struct
(56)

	

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

bool
(20)

int
(913)

int8
(54)

int16

int32
(270)

int64
(11)

uint
(144)

uint8
(225)

uint16
(101)

uint32
(63)

uint64
(15)

uintptr
(271)




string
(722)


	Total 4362 exported functions and 5893 exported explicit methods.
	On average, each of these functions and methods has
	1.09 parameters and 1.10 results. For 2696 (26%) of these
	functions and methods, the last result types are error.

	

Numbers of Exported Functions/Methods by Parameter Counts

0
(3536)

1
(3752)

2
(1927)

3
(694)

4
(248)

5
(70)

6
(14)

7
(7)

8
(7)

			crypto/internal/boring.GenerateKeyRSA

Others
	The average length of exported identifiers is 12.64.

			golang.org/x/sys/unix.ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_LINK_PARTNER_DID_NOT_SET_RECEIVER_READY