Statistics
Packages
	Total 192 packages, 126 of them are standard packages.
	Total 1137 source files, 0 of them are Go source files.
	Total 0 lines of Go code.
	Averagely,
	- each Go source file imports NaN packages and contains NaN lines of code.
	- each package depends 6.66 other packages and contains 5.62 source files.

	

Numbers of Go Source Files by Import Counts

			src.elv.sh/pkg/eval

Types
	Total 933 exported type names, 12 of them are aliases.
	In them, 820 are composite types and 113 are basic types.
	In the basic types, 89 are integers (41 are unsigneds).

	

Numbers of Exported Type Names by Kinds

bool
(3)

int
(37)

int8
(2)

int16
(1)

int32
(4)

int64
(4)

uint
(11)

uint8
(10)

uint16
(8)

uint32
(5)

uint64
(2)

uintptr
(5)

float32
(1)

float64
(1)

complex64
(1)

complex128
(1)

[...]T
(2)

chan

func
(15)

interface
(194)

map
(8)

*T
(1)

[ ]T
(21)

string
(17)

struct
(578)

unsafe.Pointer
(1)


	In 578 exported struct types, 43 have embedded fields,
	and 39 have promoted fields.

			net/textproto.Conn


	On average, each exported struct type has
	* 4.71 fields (including promoteds and unexporteds),
	* 4.29 explicit fields (including unexporteds),
	* 3.26 exported fields (including promoteds),
	* 3.12 exported explicit fields.

			crypto/x509.Certificate

			crypto/x509.Certificate

	

Numbers of Exported Struct Types by Exported Promoted Field Counts

0
(551)

1
(1)

2
(5)

3
(14)

4

5
(3)




8
(2)


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

			reflect.Value

			reflect.Type

Values
	Total 574 exported variables and 4692 exported constants.

	

Numbers of Exported Variables by Type Kinds

bool
(3)

int
(9)




int64
(1)




uintptr
(6)




[...]T
(2)

chan
(2)

func
(8)

interface
(215)

map
(9)

*T
(278)

[ ]T
(21)

string
(3)

struct
(17)

	

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

bool

int
(313)

int8
(3)

int16

int32
(33)

int64
(7)

uint
(126)

uint8
(67)

uint16
(83)

uint32
(31)

uint64

uintptr
(217)




string
(18)


	Total 1898 exported functions and 1729 exported explicit methods.
	On average, each of these functions and methods has
	1.21 parameters and 1.12 results. For 1147 (32%) of these
	functions and methods, the last result types are error.

			crypto/ed25519/internal/edwards25519.FeCombine

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

Others
	The average length of exported identifiers is 9.34.

			crypto/tls.TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256