Packages
Total 102 packages, 91 of them are standard packages.
Total 698 source files, 650 of them are Go source files.
Total 198624 lines of Go code.
Averagely,
- each Go source file imports 2.12 packages and contains 306 lines of code.
- each package depends 5.22 other packages and contains 6.37 source files.
crypto/x509/x509.gocrypto/tls
Types
Total 550 exported type names, 20 of them are aliases.
In them, 465 are composite types and 85 are basic types.
In the basic types, 71 are integers (32 are unsigneds).
In 328 exported struct types, 16 have embedded fields,
and 13 have promoted fields.
On average, each exported struct type has
* 4.29 fields (including promoteds and unexporteds),
* 4.15 explicit fields (including unexporteds),
* 3.07 exported fields (including promoteds),
* 3.00 exported explicit fields.
crypto/x509.Certificate crypto/x509.Certificate
Averagely,
- for exported non-interface types with at least one exported
method, each of them has 4.81 exported methods.
- each exported interface type specified 3.02 exported methods.
reflect.Value reflect.Type
Values
Total 368 exported variables and 2295 exported constants.
Total 1166 exported functions and 1155 exported explicit methods.
On average, each of these functions and methods has
1.19 parameters and 1.15 results. For 708 (31%) of these
functions and methods, the last result types are error.
crypto/ed25519/internal/edwards25519.FeCombine syscall.Recvmsg
internal/poll.(*FD).ReadMsg
net.(*IPConn).ReadMsgIP
net.(*UDPConn).ReadMsgUDP
net.(*UnixConn).ReadMsgUnix
The pages are generated with Goldsv0.4.2. (GOOS=darwin 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.