Packages
Total 476 packages, 221 of them are standard packages.
Total 2494 source files, 2413 of them are Go source files.
Total 736585 lines of Go code.
Averagely,
- each Go source file imports 3.29 packages and contains 305 lines of code.
- each package depends 7.12 other packages and contains 5.07 source files.
net/http/h2_bundle.go
google.golang.org/grpc/server.gogoogle.golang.org/grpc
Types
Total 3005 exported type names, 84 of them are aliases.
In them, 2694 are composite types and 311 are basic types.
In the basic types, 203 are integers (83 are unsigneds).
In 2045 exported struct types, 513 have embedded fields,
and 113 have promoted fields.
net/textproto.Conn
google.golang.org/protobuf/internal/impl.MessageState
On average, each exported struct type has
* 4.68 fields (including promoteds and unexporteds),
* 4.31 explicit fields (including unexporteds),
* 3.18 exported fields (including promoteds),
* 3.02 exported explicit fields.
golang.org/x/sys/unix.HDDriveID golang.org/x/sys/unix.HDDriveID github.com/aws/smithy-go/transport/http.Request
Averagely,
- for exported non-interface types with at least one exported
method, each of them has 5.08 exported methods.
- each exported interface type specified 2.85 exported methods.
github.com/aws/aws-sdk-go-v2/service/s3.Client reflect.Type
Values
Total 794 exported variables and 14227 exported constants.
Total 4362 exported functions and 5893 exported explicit methods.
On average, each of these functions and methods has
1.09 parameters and 1.10 results. For 2696 (26%) of these
functions and methods, the last result types are error.
crypto/internal/boring.GenerateKeyRSA