Packages
Total 131 packages, 114 of them are standard packages.
Total 870 source files, 814 of them are Go source files.
Total 314167 lines of Go code.
Averagely,
- each Go source file imports 2.44 packages and contains 386 lines of code.
- each package depends 6.13 other packages and contains 6.21 source files.
net/http/h2_bundle.gocrypto/tlsnet/http
Types
Total 1374 exported type names, 9 of them are aliases.
In them, 1224 are composite types and 150 are basic types.
In the basic types, 132 are integers (38 are unsigneds).
In 1031 exported struct types, 24 have embedded fields,
and 20 have promoted fields.
net/textproto.Conn
On average, each exported struct type has
* 5.54 fields (including promoteds and unexporteds),
* 5.44 explicit fields (including unexporteds),
* 4.72 exported fields (including promoteds),
* 4.66 exported explicit fields.
golang.org/x/sys/unix.HDDriveID golang.org/x/sys/unix.HDDriveID github.com/hashicorp/go-retryablehttp.Request
Averagely,
- for exported non-interface types with at least one exported
method, each of them has 4.01 exported methods.
- each exported interface type specified 2.66 exported methods.
reflect.Value github.com/sirupsen/logrus.Ext1FieldLogger
Values
Total 439 exported variables and 11637 exported constants.
Total 2273 exported functions and 2638 exported explicit methods.
On average, each of these functions and methods has
1.04 parameters and 1.17 results. For 2071 (42%) of these
functions and methods, the last result types are error.
crypto/ed25519/internal/edwards25519.FeCombine syscall.Recvmsg
golang.org/x/sys/unix.Recvmsg
golang.org/x/sys/unix.RecvmsgBuffers
internal/poll.(*FD).ReadMsg
net.(*IPConn).ReadMsgIP
net.(*UDPConn).ReadMsgUDP
net.(*UnixConn).ReadMsgUnix