Packages
Total 160 packages, 102 of them are standard packages.
Total 980 source files, 917 of them are Go source files.
Total 520023 lines of Go code.
Averagely,
- each Go source file imports 2.53 packages and contains 567 lines of code.
- each package depends 6.02 other packages and contains 5.73 source files.
modernc.org/libc/libc_darwin.gomodernc.org/libc
Types
Total 3442 exported type names, 2672 of them are aliases.
In them, 1873 are composite types and 1569 are basic types.
In the basic types, 1526 are integers (865 are unsigneds).
In 1622 exported struct types, 57 have embedded fields,
and 37 have promoted fields.
github.com/uptrace/bun.InsertQuery
github.com/uptrace/bun.UpdateQuery
On average, each exported struct type has
* 5.63 fields (including promoteds and unexporteds),
* 5.42 explicit fields (including unexporteds),
* 5.05 exported fields (including promoteds),
* 5.02 exported explicit fields.
modernc.org/sqlite/lib.Sqlite3_api_routines modernc.org/sqlite/lib.Sqlite3_api_routines
Averagely,
- for exported non-interface types with at least one exported
method, each of them has 6.34 exported methods.
- each exported interface type specified 2.59 exported methods.
reflect.Value github.com/sirupsen/logrus.Ext1FieldLogger
Values
Total 523 exported variables and 11775 exported constants.
Total 4188 exported functions and 1958 exported explicit methods.
On average, each of these functions and methods has
1.87 parameters and 1.00 results. For 1186 (19%) of these
functions and methods, the last result types are error.
modernc.org/sqlite/lib.Xsqlite3GenerateConstraintChecks 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.6. (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.