Statistics
Packages
	Total 376 packages, 157 of them are standard packages.
	Total 2118 source files, 2061 of them are Go source files.
	Total 1023025 lines of Go code.
	Averagely,
	- each Go source file imports 3.08 packages and contains 496 lines of code.
	- each package depends 7.43 other packages and contains 5.48 source files.

			net/http/h2_bundle.go

			golang.org/x/crypto/ssh

Types
	Total 2580 exported type names, 44 of them are aliases.
	In them, 2375 are composite types and 205 are basic types.
	In the basic types, 159 are integers (71 are unsigneds).

	

Numbers of Exported Type Names by Kinds

bool
(5)

int
(63)

int8
(5)

int16
(2)

int32
(8)

int64
(10)

uint
(12)

uint8
(25)

uint16
(13)

uint32
(14)

uint64
(2)

uintptr
(5)

float32
(1)

float64
(2)

complex64
(1)

complex128
(1)

[...]T
(8)

chan

func
(105)

interface
(417)

map
(18)

*T

[ ]T
(113)

string
(36)

struct
(1713)

unsafe.Pointer
(1)


	In 1713 exported struct types, 158 have embedded fields,
	and 116 have promoted fields.

			github.com/Nerzal/gocloak/v13.PolicyRepresentation


	On average, each exported struct type has
	* 5.48 fields (including promoteds and unexporteds),
	* 4.85 explicit fields (including unexporteds),
	* 4.08 exported fields (including promoteds),
	* 3.64 exported explicit fields.

			github.com/Nerzal/gocloak/v13.RealmRepresentation

			github.com/Nerzal/gocloak/v13.RealmRepresentation

			gorm.io/gorm/schema.IndexOption


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

			github.com/Nerzal/gocloak/v13.GoCloak

			reflect.Type

Values
	Total 1015 exported variables and 16403 exported constants.

	

Numbers of Exported Variables by Type Kinds

bool
(11)

int
(9)




int64
(5)

uint
(1)

uint8
(1)

uint16

uint32
(1)

uint64
(1)

uintptr
(1)

float32

float64
(1)




[...]T
(17)

chan

func
(20)

interface
(289)

map
(10)

*T
(389)

[ ]T
(47)

string

struct
(212)

	

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

bool
(2)

int
(434)

int8
(27)

int16

int32
(236)

int64
(15)

uint
(145)

uint8
(192)

uint16
(354)

uint32
(2296)

uint64
(1)

uintptr
(271)




string
(73)


	Total 3508 exported functions and 7052 exported explicit methods.
	On average, each of these functions and methods has
	1.18 parameters and 1.14 results. For 3630 (34%) of these
	functions and methods, the last result types are error.

			github.com/gofiber/fiber/v2/internal/gopsutil/net.NewConntrackStat

			crypto/internal/boring.GenerateKeyRSA

Others
	The average length of exported identifiers is 12.88.

			golang.org/x/sys/unix.ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_LINK_PARTNER_DID_NOT_SET_RECEIVER_READY