Statistics
Packages
	Total 131 packages, 114 of them are standard packages.
	Total 870 source files, 814 of them are Go source files.
	Total 314167 lines of Go code.
	Averagely,
	- each Go source file imports 2.44 packages and contains 386 lines of code.
	- each package depends 6.13 other packages and contains 6.21 source files.

			net/http/h2_bundle.go

			crypto/tls
			net/http

Types
	Total 1374 exported type names, 9 of them are aliases.
	In them, 1224 are composite types and 150 are basic types.
	In the basic types, 132 are integers (38 are unsigneds).

	

Numbers of Exported Type Names by Kinds

bool
(2)

int
(81)

int8
(2)

int16
(1)

int32
(2)

int64
(8)

uint
(7)

uint8
(11)

uint16
(8)

uint32
(6)

uint64
(2)

uintptr
(4)

float32
(1)

float64
(1)

complex64
(1)

complex128
(1)

[...]T
(5)

chan

func
(15)

interface
(147)

map
(6)

*T

[ ]T
(19)

string
(12)

struct
(1031)

unsafe.Pointer
(1)


	In 1031 exported struct types, 24 have embedded fields,
	and 20 have promoted fields.

			net/textproto.Conn


	On average, each exported struct type has
	* 5.54 fields (including promoteds and unexporteds),
	* 5.44 explicit fields (including unexporteds),
	* 4.72 exported fields (including promoteds),
	* 4.66 exported explicit fields.

			golang.org/x/sys/unix.HDDriveID

			golang.org/x/sys/unix.HDDriveID

			github.com/hashicorp/go-retryablehttp.Request


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

			reflect.Value

			github.com/sirupsen/logrus.Ext1FieldLogger

Values
	Total 439 exported variables and 11637 exported constants.

	

Numbers of Exported Variables by Type Kinds

bool
(4)

int
(8)




uintptr
(2)




[...]T
(7)

chan

func
(4)

interface
(95)

map
(6)

*T
(267)

[ ]T
(22)

string
(2)

struct
(22)

	

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

bool

int
(516)

int8
(3)

int16

int32
(2)

int64
(6)

uint
(102)

uint8
(68)

uint16
(83)

uint32
(37)

uint64
(1)

uintptr
(270)




string
(16)


	Total 2273 exported functions and 2638 exported explicit methods.
	On average, each of these functions and methods has
	1.04 parameters and 1.17 results. For 2071 (42%) of these
	functions and methods, the last result types are error.

			crypto/ed25519/internal/edwards25519.FeCombine

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

Others
	The average length of exported identifiers is 13.79.

			golang.org/x/sys/unix.ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_LINK_PARTNER_DID_NOT_SET_RECEIVER_READY