goTooOldErr=fmt.Errorf("Version of Go is too old for this version of Delve (minimum supported version %d.%d, suppress this error with --check-go-version=false)",MinSupportedVersionOfGoMajor,MinSupportedVersionOfGoMinor)
dlvTooOldErr=fmt.Errorf("Version of Delve is too old for this version of Go (maximum supported version %d.%d, suppress this error with --check-go-version=false)",MaxSupportedVersionOfGoMajor,MaxSupportedVersionOfGoMinor)