Commit f0b71b2
committed
go/analysis/passes/fieldalignment: fix data race
This CL is a quick band-aid over a data race spotted in passing.
A principled solution can wait for another day.
Fortunately fieldalignment isn't much used now.
Updates golang/go#43233
Change-Id: I5643294e3429c5c0b152aab046c2f78065c755be
Reviewed-on: https://go-review.googlesource.com/c/tools/+/716603
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Alan Donovan <adonovan@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>1 parent 9222b43 commit f0b71b2
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
106 | 112 | | |
107 | 113 | | |
108 | 114 | | |
| |||
0 commit comments