You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
The "reverse" command had many levels of optional arguments: garble [garble flags] reverse [build flags] [package] [files] This was pretty confusing, and could easily lead to people running the command incorrectly: # note that output.txt isn't a Go package! garble reverse output.txt Moreover, it made the handling of Go build flags pretty confusing. Should the command below work? garble reverse -tags=mytag It also made it easy to not notice that one must supply the main package to properly reverse some text that it produced, like a panic message. With the package path being implicit, one could mistakenly provide the wrong package by running garble in a directory containing a different package. See #394. |
4 years ago | |
---|---|---|
.. | ||
asm.txt | 4 years ago | |
basic.txt | 4 years ago | |
cgo.txt | 4 years ago | |
crossbuild.txt | 4 years ago | |
debugdir.txt | 4 years ago | |
embed.txt | 4 years ago | |
goprivate.txt | 4 years ago | |
goversion.txt | 4 years ago | |
help.txt | 4 years ago | |
implement.txt | 4 years ago | |
imports.txt | 4 years ago | |
init.txt | 4 years ago | |
ldflags.txt | 4 years ago | |
linkname.txt | 4 years ago | |
literals.txt | 4 years ago | |
modinfo.txt | 4 years ago | |
plugin.txt | 4 years ago | |
position.txt | 4 years ago | |
reflect.txt | 4 years ago | |
reverse.txt | 4 years ago | |
seed.txt | 4 years ago | |
syntax.txt | 4 years ago | |
test.txt | 4 years ago | |
tiny.txt | 4 years ago |