type runtime/debug.Module
10 uses
runtime/debug (current package)
mod.go#L25: Main Module // The module containing the main package
mod.go#L26: Deps []*Module // Module dependencies
mod.go#L30: type Module struct {
mod.go#L34: Replace *Module // replaced by this module
mod.go#L50: readEntryFirstLine := func(elem []string) (Module, bool) {
mod.go#L52: return Module{}, false
mod.go#L58: return Module{
mod.go#L67: last *Module
mod.go#L91: last = new(Module)
mod.go#L105: last.Replace = &Module{
![]() |
The pages are generated with Golds v0.3.2-preview. (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. |