]> Cypherpunks repositories - gostls13.git/commit
cmd/go: allow go fmt to complete when embedded file is missing
authorConstantin Konstantinidis <constantinkonstantinidis@gmail.com>
Fri, 15 Jan 2021 16:05:29 +0000 (17:05 +0100)
committerJay Conrod <jayconrod@google.com>
Tue, 19 Jan 2021 20:58:35 +0000 (20:58 +0000)
commit824f2d635ca96a7bded6ed039f8a9c0f06ee1443
tree5411c3fb1b93010418594ccdda096144be5d4ce6
parent0575e35e506cb180c5743209684b57dd41b4365f
cmd/go: allow go fmt to complete when embedded file is missing

Fixes #43273

Change-Id: I75fe2e608cb43c048e3c2a22fe7fbb6eb779504a
Reviewed-on: https://go-review.googlesource.com/c/go/+/280452
Trust: Jay Conrod <jayconrod@google.com>
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/internal/fmtcmd/fmt.go
src/cmd/go/testdata/script/embed_fmt.txt [new file with mode: 0644]