Statistics
Packages
	Total 224 packages, 122 of them are standard packages.
	Total 1400 source files, 1348 of them are Go source files.
	Total 428957 lines of Go code.
	Averagely,
	- each Go source file imports 2.80 packages and contains 318 lines of code.
	- each package depends 7.06 other packages and contains 6.02 source files.

			net/http/h2_bundle.go

			crypto/tls
			net/http

Types
	Total 1499 exported type names, 56 of them are aliases.
	In them, 1331 are composite types and 168 are basic types.
	In the basic types, 132 are integers (49 are unsigneds).

	

Numbers of Exported Type Names by Kinds

bool
(2)

int
(50)

int8
(7)

int16
(2)

int32
(18)

int64
(6)

uint
(10)

uint8
(14)

uint16
(8)

uint32
(9)

uint64
(3)

uintptr
(5)

float32
(1)

float64
(1)

complex64
(1)

complex128
(1)

[...]T
(6)

chan

func
(38)

interface
(223)

map
(20)

*T

[ ]T
(31)

string
(30)

struct
(1010)

unsafe.Pointer
(3)


	In 1010 exported struct types, 106 have embedded fields,
	and 55 have promoted fields.

			github.com/chzyer/readline.Operation


	On average, each exported struct type has
	* 5.19 fields (including promoteds and unexporteds),
	* 4.92 explicit fields (including unexporteds),
	* 3.80 exported fields (including promoteds),
	* 3.71 exported explicit fields.

			golang.org/x/sys/unix.HDDriveID

			golang.org/x/sys/unix.HDDriveID

	

Numbers of Exported Struct Types by Exported Promoted Field Counts

0
(961)

1
(17)

2
(3)

3
(3)

4

5
(5)

6
(3)

7

8
(1)




14
(1)


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

			github.com/spf13/pflag.FlagSet

			github.com/modern-go/reflect2.SliceType
			google.golang.org/protobuf/reflect/protoreflect.ExtensionTypeDescriptor

Values
	Total 678 exported variables and 10330 exported constants.

	

Numbers of Exported Variables by Type Kinds

bool
(13)

int
(9)




int32
(7)

int64
(1)




uintptr
(2)




[...]T
(2)

chan

func
(24)

interface
(171)

map
(26)

*T
(304)

[ ]T
(23)

string
(18)

struct
(78)

	

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

bool
(20)

int
(492)

int8
(35)

int16
(7)

int32
(275)

int64
(6)

uint
(117)

uint8
(76)

uint16
(83)

uint32
(63)

uint64
(3)

uintptr
(271)




string
(521)


	Total 2730 exported functions and 4289 exported explicit methods.
	On average, each of these functions and methods has
	1.23 parameters and 1.08 results. For 2200 (31%) of these
	functions and methods, the last result types are error.

			crypto/ed25519/internal/edwards25519.FeCombine

			syscall.Recvmsg
			internal/poll.(*FD).ReadMsg
			golang.org/x/sys/unix.Recvmsg
			net.(*IPConn).ReadMsgIP
			net.(*UDPConn).ReadMsgUDP
			net.(*UnixConn).ReadMsgUnix

Others
	The average length of exported identifiers is 12.15.

			golang.org/x/sys/unix.ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_LINK_PARTNER_DID_NOT_SET_RECEIVER_READY