gopls/internal/settings: correct git issue for fieldalignment deprecation message
For golang/go#76237
diff --git a/gopls/internal/settings/settings.go b/gopls/internal/settings/settings.go
index 7e57156..a78adb6 100644
--- a/gopls/internal/settings/settings.go
+++ b/gopls/internal/settings/settings.go
@@ -1214,7 +1214,7 @@
return nil, err
}
if o.Analyses["fieldalignment"] {
- return counts, &SoftError{"the 'fieldalignment' analyzer was removed in gopls/v0.17.0; instead, hover over struct fields to see size/offset information (https://go.dev/issue/66861)"}
+ return counts, &SoftError{"the 'fieldalignment' analyzer was removed in gopls/v0.17.0; instead, hover over struct fields to see size/offset information (https://go.dev/issue/67762)"}
}
return counts, nil
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
gopls/internal/settings: correct git issue for fieldalignment warning
For golang/go#76237
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |