Update module golang.org/x/tools to v0.17.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-01-18 18:58:28 +00:00
committed by GitHub
parent 34e9146f63
commit 70c3accf7c
4 changed files with 6 additions and 6 deletions

View File

@@ -19,8 +19,8 @@ func doTrace() func() {
bw, flush := bufferedFileWriter(*traceProfile)
trace.Start(bw)
return func() {
flush()
trace.Stop()
flush()
}
}
return func() {}