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.
		
		
		
		
		
			
				
					
						
							Before, "garble build -h" would print the same as "garble -h", which is too much and confusing, as it doesn't tell us much about "build". Now it's far better, and includes the output of "go build -h": $ garble build -h usage: garble [garble flags] build [arguments] This command wraps "go build". Below is its help: usage: go build [-o output] [build flags] [packages] Run 'go help build' for details. We do the same for "garble reverse -h", since it doesn't wrap a Go tool command.  | 
			5 years ago | |
|---|---|---|
| .. | ||
| asm.txt | 5 years ago | |
| basic.txt | 5 years ago | |
| cgo.txt | 5 years ago | |
| crossbuild.txt | 5 years ago | |
| debugdir.txt | 5 years ago | |
| embed.txt | 5 years ago | |
| goprivate.txt | 5 years ago | |
| goversion.txt | 5 years ago | |
| help.txt | 5 years ago | |
| implement.txt | 5 years ago | |
| imports.txt | 5 years ago | |
| init.txt | 5 years ago | |
| ldflags.txt | 5 years ago | |
| linkname.txt | 5 years ago | |
| literals.txt | 5 years ago | |
| modinfo.txt | 5 years ago | |
| plugin.txt | 5 years ago | |
| position.txt | 5 years ago | |
| reflect.txt | 5 years ago | |
| reverse.txt | 5 years ago | |
| seed.txt | 5 years ago | |
| syntax.txt | 5 years ago | |
| test.txt | 5 years ago | |
| tiny.txt | 5 years ago | |