]> Cypherpunks repositories - gostls13.git/commit
cmd/preprofile: drop output directory check
authorMichael Pratt <mpratt@google.com>
Mon, 4 Mar 2024 18:20:43 +0000 (13:20 -0500)
committerMichael Pratt <mpratt@google.com>
Wed, 27 Mar 2024 17:55:52 +0000 (17:55 +0000)
commit979b34b37c7af73742550ff128d162d0eb2a5f2d
tree02bcd43f07bf2ea8bee0255e228864f3d1f49e85
parenta16b4bf30c476aec397a9d63ca60c7f5a5776de1
cmd/preprofile: drop output directory check

This check serves only to provide a more descriptive error if the output
directory doesn't exist. That isn't useless, but I don't see why this tool
specifically should do this when no other part of the toolchain does.

For #58102.

Change-Id: I01cf9db2cc1dad85c3afd8a6b008c53f26cb877a
Reviewed-on: https://go-review.googlesource.com/c/go/+/569336
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/preprofile/main.go