Packages
Total 153 packages, 149 of them are standard packages.
Total 1061 source files, 993 of them are Go source files.
Total 323006 lines of Go code.
Averagely,
- each Go source file imports 2.47 packages and contains 325 lines of code.
- each package depends 5.98 other packages and contains 6.49 source files.
net/http/h2_bundle.gocrypto/tlsnet/http
Types
Total 1464 exported type names, 134 of them are aliases.
In them, 1225 are composite types and 239 are basic types.
In the basic types, 84 are integers (37 are unsigneds).
In 1040 exported struct types, 85 have embedded fields,
and 82 have promoted fields.
net/textproto.Conn
On average, each exported struct type has
* 4.92 fields (including promoteds and unexporteds),
* 4.47 explicit fields (including unexporteds),
* 4.22 exported fields (including promoteds),
* 3.82 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 5.91 exported methods.
- each exported interface type specified 2.30 exported methods.
reflect.Value reflect.Type
Values
Total 447 exported variables and 3460 exported constants.
Total 1733 exported functions and 2095 exported explicit methods.
On average, each of these functions and methods has
1.28 parameters and 1.20 results. For 1284 (34%) of these
functions and methods, the last result types are error.
crypto/internal/boring.GenerateKeyRSA
The pages are generated with Goldsv0.8.2. (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.