diff options
| author | Joe Tsai <joetsai@digital-static.net> | 2025-08-28 14:09:01 -0700 |
|---|---|---|
| committer | Brad Fitzpatrick <brad@danga.com> | 2025-08-28 22:35:24 -0700 |
| commit | 3aea0e095a411cc98f3ad0b7c1706a00ca7662b0 (patch) | |
| tree | 48126dc72baa9d70243550bcca68c79fb02d3f98 /control/controlhttp/controlhttpserver | |
| parent | f5d3c59a925b2f0ea249a32ddc0decdb43ff7ee9 (diff) | |
| download | tailscale-3aea0e095a411cc98f3ad0b7c1706a00ca7662b0.tar.xz tailscale-3aea0e095a411cc98f3ad0b7c1706a00ca7662b0.zip | |
syncs: delete WaitGroup and use sync.WaitGroup.Go in Go 1.25
Our own WaitGroup wrapper type was a prototype implementation
for the Go method on the standard sync.WaitGroup type.
Now that there is first-class support for Go,
we should migrate over to using it and delete syncs.WaitGroup.
Updates #cleanup
Updates tailscale/tailscale#16330
Change-Id: Ib52b10f9847341ce29b4ca0da927dc9321691235
Signed-off-by: Joe Tsai <joetsai@digital-static.net>
Diffstat (limited to 'control/controlhttp/controlhttpserver')
0 files changed, 0 insertions, 0 deletions
