Packages
Total 403 packages, 218 of them are standard packages.
Total 2028 source files, 1951 of them are Go source files.
Total 611424 lines of Go code.
Averagely,
- each Go source file imports 3.11 packages and contains 313 lines of code.
- each package depends 7.07 other packages and contains 4.84 source files.
google.golang.org/grpc/internal/transport/http2_client.gogoogle.golang.org/grpc
Types
Total 2088 exported type names, 69 of them are aliases.
In them, 1865 are composite types and 223 are basic types.
In the basic types, 185 are integers (76 are unsigneds).
In 1401 exported struct types, 158 have embedded fields,
and 99 have promoted fields.
net/textproto.Conn
google.golang.org/protobuf/internal/impl.MessageState
On average, each exported struct type has
* 4.88 fields (including promoteds and unexporteds),
* 4.38 explicit fields (including unexporteds),
* 3.27 exported fields (including promoteds),
* 3.09 exported explicit fields.
golang.org/x/sys/unix.HDDriveID golang.org/x/sys/unix.HDDriveID internal/buildcfg.ExperimentFlags
Averagely,
- for exported non-interface types with at least one exported
method, each of them has 5.16 exported methods.
- each exported interface type specified 3.37 exported methods.
reflect.Value reflect.Type
Values
Total 717 exported variables and 14566 exported constants.
Total 3690 exported functions and 4364 exported explicit methods.
On average, each of these functions and methods has
1.13 parameters and 1.07 results. For 1993 (25%) of these
functions and methods, the last result types are error.
crypto/internal/boring.GenerateKeyRSA