Packages
Total 224 packages, 122 of them are standard packages.
Total 1400 source files, 1348 of them are Go source files.
Total 428957 lines of Go code.
Averagely,
- each Go source file imports 2.80 packages and contains 318 lines of code.
- each package depends 7.06 other packages and contains 6.02 source files.
net/http/h2_bundle.gocrypto/tlsnet/http
Types
Total 1499 exported type names, 56 of them are aliases.
In them, 1331 are composite types and 168 are basic types.
In the basic types, 132 are integers (49 are unsigneds).
In 1010 exported struct types, 106 have embedded fields,
and 55 have promoted fields.
github.com/chzyer/readline.Operation
On average, each exported struct type has
* 5.19 fields (including promoteds and unexporteds),
* 4.92 explicit fields (including unexporteds),
* 3.80 exported fields (including promoteds),
* 3.71 exported explicit fields.
golang.org/x/sys/unix.HDDriveID golang.org/x/sys/unix.HDDriveID
Averagely,
- for exported non-interface types with at least one exported
method, each of them has 7.46 exported methods.
- each exported interface type specified 4.54 exported methods.
github.com/spf13/pflag.FlagSet github.com/modern-go/reflect2.SliceType
google.golang.org/protobuf/reflect/protoreflect.ExtensionTypeDescriptor
Values
Total 678 exported variables and 10330 exported constants.
Total 2730 exported functions and 4289 exported explicit methods.
On average, each of these functions and methods has
1.23 parameters and 1.08 results. For 2200 (31%) of these
functions and methods, the last result types are error.
crypto/ed25519/internal/edwards25519.FeCombine syscall.Recvmsg
internal/poll.(*FD).ReadMsg
golang.org/x/sys/unix.Recvmsg
net.(*IPConn).ReadMsgIP
net.(*UDPConn).ReadMsgUDP
net.(*UnixConn).ReadMsgUnix
The pages are generated with Goldsv0.3.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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds.