]> Cypherpunks repositories - gostls13.git/commit
cmd/link: close file in tempdir so Windows can delete it
authorDamien Neil <dneil@google.com>
Mon, 31 Mar 2025 22:03:14 +0000 (15:03 -0700)
committerGopher Robot <gobot@golang.org>
Mon, 31 Mar 2025 22:30:17 +0000 (15:30 -0700)
commitc6a1dc47297a47e6111e3a00911393c355800023
tree4675ccb7b801cbdc3342cbbe69dab571ec1aef06
parentb9cbb65384f6bebd58f7a8354759b8c7b1bbb13f
cmd/link: close file in tempdir so Windows can delete it

Fixes #73098

Change-Id: I9f5570903071b15df9e4f8a1820414f305db9d35
Reviewed-on: https://go-review.googlesource.com/c/go/+/661915
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Damien Neil <dneil@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/link/link_test.go