runtime/debug.BuildInfo.Settings (field)

4 uses

	runtime/debug (current package)
		mod.go#L46: 	Settings  []BuildSetting // Other information about the build.
		mod.go#L106: 	for _, s := range bi.Settings {
		mod.go#L254: 			bi.Settings = append(bi.Settings, BuildSetting{Key: key, Value: value})