Statistics
Packages
	Total 102 packages, 91 of them are standard packages.
	Total 698 source files, 650 of them are Go source files.
	Total 198624 lines of Go code.
	Averagely,
	- each Go source file imports 2.12 packages and contains 306 lines of code.
	- each package depends 5.22 other packages and contains 6.37 source files.

			crypto/x509/x509.go

			crypto/tls

Types
	Total 550 exported type names, 20 of them are aliases.
	In them, 465 are composite types and 85 are basic types.
	In the basic types, 71 are integers (32 are unsigneds).

	

Numbers of Exported Type Names by Kinds

bool
(2)

int
(28)

int8
(2)

int16
(1)

int32
(4)

int64
(4)

uint
(6)

uint8
(7)

uint16
(8)

uint32
(4)

uint64
(3)

uintptr
(4)

float32
(1)

float64
(1)

complex64
(1)

complex128
(1)

[...]T
(1)

chan

func
(8)

interface
(110)

map
(1)

*T

[ ]T
(16)

string
(8)

struct
(328)

unsafe.Pointer
(1)


	In 328 exported struct types, 16 have embedded fields,
	and 13 have promoted fields.

	

Numbers of Exported Struct Types by Embedded Field Counts

0
(298)

1
(15)

2
(1)


	On average, each exported struct type has
	* 4.29 fields (including promoteds and unexporteds),
	* 4.15 explicit fields (including unexporteds),
	* 3.07 exported fields (including promoteds),
	* 3.00 exported explicit fields.

			crypto/x509.Certificate

			crypto/x509.Certificate

	

Numbers of Exported Struct Types by Exported Promoted Field Counts

0
(308)

1
(1)

2
(1)

3
(2)

4

5
(1)




8
(1)


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

			reflect.Value

			reflect.Type

Values
	Total 368 exported variables and 2295 exported constants.

	

Numbers of Exported Variables by Type Kinds

bool
(3)

int
(5)




uintptr
(6)




[...]T
(2)

chan

func
(3)

interface
(61)

map
(5)

*T
(248)

[ ]T
(18)

string
(1)

struct
(16)

	

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

bool

int
(170)

int8
(3)

int16

int32
(10)

int64
(6)

uint
(78)

uint8
(58)

uint16
(83)

uint32
(30)

uint64

uintptr
(108)




string
(16)


	Total 1166 exported functions and 1155 exported explicit methods.
	On average, each of these functions and methods has
	1.19 parameters and 1.15 results. For 708 (31%) of these
	functions and methods, the last result types are error.

			crypto/ed25519/internal/edwards25519.FeCombine

			syscall.Recvmsg
			internal/poll.(*FD).ReadMsg
			net.(*IPConn).ReadMsgIP
			net.(*UDPConn).ReadMsgUDP
			net.(*UnixConn).ReadMsgUnix

Others
	The average length of exported identifiers is 9.19.

			crypto/tls.TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256