Statistics
Packages
	Total 152 packages, 149 of them are standard packages.
	Total 1058 source files, 990 of them are Go source files.
	Total 321568 lines of Go code.
	Averagely,
	- each Go source file imports 2.47 packages and contains 325 lines of code.
	- each package depends 6.02 other packages and contains 6.51 source files.

			net/http/h2_bundle.go

			crypto/tls
			net/http

Types
	Total 1389 exported type names, 126 of them are aliases.
	In them, 1163 are composite types and 226 are basic types.
	In the basic types, 84 are integers (37 are unsigneds).

	

Numbers of Exported Type Names by Kinds

bool
(2)

int
(31)

int8
(2)

int16
(1)

int32
(6)

int64
(7)

uint
(6)

uint8
(15)

uint16
(7)

uint32
(4)

uint64
(1)

uintptr
(4)

float32
(1)

float64
(1)

complex64
(1)

complex128
(1)

[...]T
(3)

chan

func
(15)

interface
(144)

map
(3)

*T

[ ]T
(19)

string
(136)

struct
(978)

unsafe.Pointer
(1)


	In 978 exported struct types, 80 have embedded fields,
	and 77 have promoted fields.

			net/textproto.Conn


	On average, each exported struct type has
	* 4.87 fields (including promoteds and unexporteds),
	* 4.40 explicit fields (including unexporteds),
	* 4.12 exported fields (including promoteds),
	* 3.72 exported explicit fields.

			crypto/x509.Certificate
			crypto/tls.Conn

			crypto/x509.Certificate

	

Numbers of Exported Struct Types by Exported Promoted Field Counts

0
(862)

1
(2)

2
(3)

3
(2)

4
(34)

5
(3)




10
(1)

11
(8)

12
(11)


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

			reflect.Value

			reflect.Type

Values
	Total 447 exported variables and 3356 exported constants.

	

Numbers of Exported Variables by Type Kinds

bool
(3)

int
(5)




uintptr
(1)




[...]T
(6)

chan

func
(9)

interface
(101)

map
(8)

*T
(271)

[ ]T
(18)

string

struct
(25)

	

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

bool

int
(195)

int8
(3)

int16

int32
(2)

int64
(6)

uint
(77)

uint8
(98)

uint16
(70)

uint32
(30)

uint64

uintptr
(137)




string
(605)


	Total 1733 exported functions and 2068 exported explicit methods.
	On average, each of these functions and methods has
	1.27 parameters and 1.20 results. For 1264 (33%) of these
	functions and methods, the last result types are error.

	

Numbers of Exported Functions/Methods by Parameter Counts

0
(1099)

1
(1366)

2
(811)

3
(342)

4
(130)

5
(39)

6
(7)

7
(5)

8
(2)

			crypto/internal/boring.GenerateKeyRSA

Others
	The average length of exported identifiers is 11.30.

			github.com/workos/workos-go/v8.ConnectionSAMLCertificateRenewalRequiredDataCertificateCertificateTypeResponseEncryption