Packages
Total 374 packages, 373 of them are standard packages.
Total 1810 source files, 1740 of them are Go source files.
Total 579629 lines of Go code.
Averagely,
- each Go source file imports 3.14 packages and contains 333 lines of code.
- each package depends 7.02 other packages and contains 4.65 source files.
net/http/h2_bundle.gocrypto/tls
Types
Total 1747 exported type names, 21 of them are aliases.
In them, 1485 are composite types and 262 are basic types.
In the basic types, 219 are integers (92 are unsigneds).
In 1169 exported struct types, 144 have embedded fields,
and 117 have promoted fields.
net/textproto.Conn
debug/macho.Segment
On average, each exported struct type has
* 5.20 fields (including promoteds and unexporteds),
* 4.48 explicit fields (including unexporteds),
* 3.23 exported fields (including promoteds),
* 2.84 exported explicit fields.
math/big/internal/asmgen.Arch go/build.Package
crypto/x509.Certificate internal/buildcfg.ExperimentFlags
debug/macho.Dysymtab
Averagely,
- for exported non-interface types with at least one exported
method, each of them has 6.64 exported methods.
- each exported interface type specified 2.26 exported methods.
simd/archsimd.Uint32x4 reflect.Type
Values
Total 652 exported variables and 5905 exported constants.
Total 3085 exported functions and 5937 exported explicit methods.
On average, each of these functions and methods has
1.04 parameters and 1.07 results. For 1801 (20%) of these
functions and methods, the last result types are error.
testing/internal/testdeps.TestDeps.CoordinateFuzzing crypto/internal/boring.GenerateKeyRSA
The pages are generated with Goldsv0.8.3-preview. (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.