Packages
Total 444 packages, 238 of them are standard packages.
Total 2279 source files, 2204 of them are Go source files.
Total 687064 lines of Go code.
Averagely,
- each Go source file imports 3.21 packages and contains 312 lines of code.
- each package depends 7.14 other packages and contains 4.96 source files.
google.golang.org/grpc/internal/transport/http2_client.gogoogle.golang.org/grpc
Types
Total 2593 exported type names, 70 of them are aliases.
In them, 2335 are composite types and 258 are basic types.
In the basic types, 211 are integers (86 are unsigneds).
In 1696 exported struct types, 160 have embedded fields,
and 100 have promoted fields.
net/textproto.Conn
google.golang.org/protobuf/internal/impl.MessageState
On average, each exported struct type has
* 4.63 fields (including promoteds and unexporteds),
* 4.21 explicit fields (including unexporteds),
* 3.05 exported fields (including promoteds),
* 2.88 exported explicit fields.
golang.org/x/sys/unix.HDDriveID golang.org/x/sys/unix.HDDriveID github.com/jackc/pgx/v5.ConnConfig
Averagely,
- for exported non-interface types with at least one exported
method, each of them has 5.06 exported methods.
- each exported interface type specified 2.94 exported methods.
reflect.Value reflect.Type
Values
Total 933 exported variables and 14914 exported constants.
Total 3942 exported functions and 5674 exported explicit methods.
On average, each of these functions and methods has
1.14 parameters and 1.10 results. For 2739 (28%) of these
functions and methods, the last result types are error.
crypto/internal/boring.GenerateKeyRSA