Statistics
Packages
	Total 159 packages, 151 of them are standard packages.
	Total 1068 source files, 1000 of them are Go source files.
	Total 326906 lines of Go code.
	Averagely,
	- each Go source file imports 2.48 packages and contains 327 lines of code.
	- each package depends 6.16 other packages and contains 6.29 source files.

			net/http/h2_bundle.go

			crypto/tls
			net/http

Types
	Total 874 exported type names, 20 of them are aliases.
	In them, 744 are composite types and 130 are basic types.
	In the basic types, 89 are integers (41 are unsigneds).

	

Numbers of Exported Type Names by Kinds

bool
(2)

int
(32)

int8
(2)

int16
(1)

int32
(6)

int64
(7)

uint
(6)

uint8
(18)

uint16
(8)

uint32
(4)

uint64
(1)

uintptr
(4)

float32
(1)

float64
(1)

complex64
(1)

complex128
(1)

[...]T
(4)

chan

func
(16)

interface
(145)

map
(5)

*T

[ ]T
(22)

string
(35)

struct
(551)

unsafe.Pointer
(1)


	In 551 exported struct types, 40 have embedded fields,
	and 36 have promoted fields.

			net/textproto.Conn


	On average, each exported struct type has
	* 4.58 fields (including promoteds and unexporteds),
	* 4.21 explicit fields (including unexporteds),
	* 3.32 exported fields (including promoteds),
	* 3.07 exported explicit fields.

			crypto/x509.Certificate
			crypto/tls.Conn

			crypto/x509.Certificate

	

Numbers of Exported Struct Types by Exported Promoted Field Counts

0
(523)

1
(2)

2
(4)

3
(2)

4

5
(3)

6

7
(1)




10
(1)

11
(8)


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

			github.com/coinbase/cdp-sdk/go/openapi.ClientWithResponses

			github.com/coinbase/cdp-sdk/go/openapi.ClientInterface
			github.com/coinbase/cdp-sdk/go/openapi.ClientWithResponsesInterface

Values
	Total 485 exported variables and 2879 exported constants.

	

Numbers of Exported Variables by Type Kinds

bool
(4)

int
(5)




int64
(1)




uintptr
(1)




[...]T
(5)

chan

func
(9)

interface
(124)

map
(8)

*T
(285)

[ ]T
(18)

string

struct
(25)

	

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

bool

int
(200)

int8
(3)

int16

int32
(2)

int64
(6)

uint
(77)

uint8
(134)

uint16
(83)

uint32
(30)

uint64

uintptr
(137)




string
(79)


	Total 1838 exported functions and 2083 exported explicit methods.
	On average, each of these functions and methods has
	1.25 parameters and 1.21 results. For 1332 (34%) of these
	functions and methods, the last result types are error.

	

Numbers of Exported Functions/Methods by Parameter Counts

0
(1158)

1
(1441)

2
(845)

3
(263)

4
(112)

5
(69)

6
(26)

7
(5)

8
(2)

			crypto/internal/boring.GenerateKeyRSA

Others
	The average length of exported identifiers is 9.82.

			github.com/coinbase/cdp-sdk/go/openapi.RequestEvmFaucetJSONBodyNetworkEthereumSepolia