You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Machine:
OS: Ubuntu 20.04.6 LTS
Version: 20.04.6 LTS (Focal Fossa)
Architecture: x86-64
Go: go version go1.20.2 linux/amd64
While running the tool on top of the generated code which is completely valid the panic occurs.
Can't be reproduced on a single file, only happens if there are multiple files passed to the tool.
The command from the Makefile looks like: gofumpt -extra -l -w $(shell find . -name "*.go")
Machine:
OS: Ubuntu 20.04.6 LTS
Version: 20.04.6 LTS (Focal Fossa)
Architecture: x86-64
Go: go version go1.20.2 linux/amd64
While running the tool on top of the generated code which is completely valid the panic occurs.
Can't be reproduced on a single file, only happens if there are multiple files passed to the tool.
The command from the Makefile looks like:
gofumpt -extra -l -w $(shell find . -name "*.go")
The text was updated successfully, but these errors were encountered: