Packages
Total 220 packages, 139 of them are standard packages.
Total 3528 source files, 3456 of them are Go source files.
Total 950157 lines of Go code.
Averagely,
- each Go source file imports 7.07 packages and contains 275 lines of code.
- each package depends 6.29 other packages and contains 15.71 source files.
net/http/h2_bundle.gonet/http
Types
Total 4294 exported type names, 20 of them are aliases.
In them, 4147 are composite types and 147 are basic types.
In the basic types, 125 are integers (60 are unsigneds).
In 2662 exported struct types, 47 have embedded fields,
and 41 have promoted fields.
net/textproto.Conn
On average, each exported struct type has
* 3.17 fields (including promoteds and unexporteds),
* 3.08 explicit fields (including unexporteds),
* 2.78 exported fields (including promoteds),
* 2.72 exported explicit fields.
github.com/gotd/td/tg.ChannelFull github.com/gotd/td/tg.ChannelFull
Averagely,
- for exported non-interface types with at least one exported
method, each of them has 11.01 exported methods.
- each exported interface type specified 5.95 exported methods.
github.com/gotd/td/tg.Client
github.com/gotd/td/tg.ServerDispatcher reflect.Type
Values
Total 493 exported variables and 5630 exported constants.
Total 2745 exported functions and 38207 exported explicit methods.
On average, each of these functions and methods has
0.53 parameters and 1.05 results. For 9919 (24%) of these
functions and methods, the last result types are error.
crypto/internal/boring.GenerateKeyRSA
The pages are generated with Goldsv0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds.