type runtime/debug.Module
13 uses
runtime/debug (current package)
mod.go#L51: Main Module
mod.go#L55: Deps []*Module
mod.go#L62: type Module struct {
mod.go#L66: Replace *Module // replaced by this module
mod.go#L112: var formatMod func(string, Module)
mod.go#L113: formatMod = func(word string, m Module) {
mod.go#L128: if bi.Main != (Module{}) {
mod.go#L167: readModuleLine := func(elem []string) (Module, error) {
mod.go#L169: return Module{}, fmt.Errorf("expected 2 or 3 columns; got %d", len(elem))
mod.go#L176: return Module{
mod.go#L185: last *Module
mod.go#L208: last = new(Module)
mod.go#L222: last.Replace = &Module{
The pages are generated with Golds v0.6.7. (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. |