Packages
Total 159 packages, 151 of them are standard packages.
Total 1068 source files, 1000 of them are Go source files.
Total 343096 lines of Go code.
Averagely,
- each Go source file imports 2.48 packages and contains 343 lines of code.
- each package depends 6.19 other packages and contains 6.29 source files.
net/http/h2_bundle.gocrypto/tlsnet/http
Types
Total 1270 exported type names, 66 of them are aliases.
In them, 1020 are composite types and 250 are basic types.
In the basic types, 92 are integers (41 are unsigneds).
In 806 exported struct types, 40 have embedded fields,
and 36 have promoted fields.
net/textproto.Conn
On average, each exported struct type has
* 4.43 fields (including promoteds and unexporteds),
* 4.18 explicit fields (including unexporteds),
* 3.53 exported fields (including promoteds),
* 3.36 exported explicit fields.
crypto/x509.Certificate
crypto/tls.Conn crypto/x509.Certificate
Averagely,
- for exported non-interface types with at least one exported
method, each of them has 6.62 exported methods.
- each exported interface type specified 4.05 exported methods.
github.com/coinbase/cdp-sdk/go/openapi.ClientWithResponses github.com/coinbase/cdp-sdk/go/openapi.ClientInterface
github.com/coinbase/cdp-sdk/go/openapi.ClientWithResponsesInterface
Values
Total 485 exported variables and 3292 exported constants.
Total 1953 exported functions and 2704 exported explicit methods.
On average, each of these functions and methods has
1.30 parameters and 1.26 results. For 1978 (42%) of these
functions and methods, the last result types are error.
crypto/internal/boring.GenerateKeyRSA
The pages are generated with Goldsv0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds.