Statistics
Packages
	Total 160 packages, 102 of them are standard packages.
	Total 980 source files, 917 of them are Go source files.
	Total 520023 lines of Go code.
	Averagely,
	- each Go source file imports 2.53 packages and contains 567 lines of code.
	- each package depends 6.02 other packages and contains 5.73 source files.

			modernc.org/libc/libc_darwin.go

			modernc.org/libc

Types
	Total 3442 exported type names, 2672 of them are aliases.
	In them, 1873 are composite types and 1569 are basic types.
	In the basic types, 1526 are integers (865 are unsigneds).

	

Numbers of Exported Type Names by Kinds

bool
(2)

int
(30)

int8
(38)

int16
(39)

int32
(277)

int64
(277)

uint
(7)

uint8
(59)

uint16
(96)

uint32
(333)

uint64
(267)

uintptr
(103)

float32
(4)

float64
(23)

complex64
(1)

complex128
(1)

[...]T
(41)

chan

func
(17)

interface
(165)

map
(6)

*T

[ ]T
(21)

string
(12)

struct
(1622)

unsafe.Pointer
(1)


	In 1622 exported struct types, 57 have embedded fields,
	and 37 have promoted fields.

			github.com/uptrace/bun.InsertQuery
			github.com/uptrace/bun.UpdateQuery


	On average, each exported struct type has
	* 5.63 fields (including promoteds and unexporteds),
	* 5.42 explicit fields (including unexporteds),
	* 5.05 exported fields (including promoteds),
	* 5.02 exported explicit fields.

			modernc.org/sqlite/lib.Sqlite3_api_routines

			modernc.org/sqlite/lib.Sqlite3_api_routines

	

Numbers of Exported Struct Types by Exported Promoted Field Counts

0
(1607)

1
(1)

2
(2)

3
(3)

4

5
(1)

6
(3)

7

8
(1)


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

			reflect.Value

			github.com/sirupsen/logrus.Ext1FieldLogger

Values
	Total 523 exported variables and 11775 exported constants.

	

Numbers of Exported Variables by Type Kinds

bool
(5)

int
(8)




int32
(2)




uint8
(42)

uint16

uint32
(2)

uint64

uintptr
(18)




[...]T
(7)

chan

func
(3)

interface
(93)

map
(28)

*T
(255)

[ ]T
(21)

string
(2)

struct
(37)

	

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

bool

int
(220)

int8
(3)

int16

int32
(12)

int64
(6)

uint
(79)

uint8
(65)

uint16
(83)

uint32
(37)

uint64
(13)

uintptr
(216)




string
(16)


	Total 4188 exported functions and 1958 exported explicit methods.
	On average, each of these functions and methods has
	1.87 parameters and 1.00 results. For 1186 (19%) of these
	functions and methods, the last result types are error.

			modernc.org/sqlite/lib.Xsqlite3GenerateConstraintChecks

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

Others
	The average length of exported identifiers is 11.33.

			modernc.org/sqlite/lib.Xsqlite3RegisterPerConnectionBuiltinFunctions
			modernc.org/sqlite/lib.MACH_PORT_STATUS_FLAG_GUARD_IMMOVABLE_RECEIVE
			crypto/tls.TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256