We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gotrace$ gotrace ./trace.out panic: unsupported trace file version 1.9 (update Go toolchain) 1009
goroutine 1 [running]: main.main() /mnt/e/go/src/github.com/divan/gotrace/main.go:35 +0x2c8
The text was updated successfully, but these errors were encountered:
Is it possible to add support for version go 1.11? gotrace ./trace.out ./binary throw panic: not a trace file for go 1.11.
gotrace ./trace.out ./binary
panic: not a trace file
Sorry, something went wrong.
There is a go1.11 branch, but it's not ready yet. See my comment here #20 (comment)
go1.11
divan
No branches or pull requests
gotrace$ gotrace ./trace.out
panic: unsupported trace file version 1.9 (update Go toolchain) 1009
goroutine 1 [running]:
main.main()
/mnt/e/go/src/github.com/divan/gotrace/main.go:35 +0x2c8
The text was updated successfully, but these errors were encountered: