scripts: remove TODO about building third party programs
`go build ./...` does indeed compile and link main packages, it just does not move the resulting binaries anywhere permanent like `go install` does. As such, the TODO isn't relevant; the fact that we build all packages inside each module means we are already linking any binaries matched via `./...` from the module root. We don't run any of the binaries, which would catch panics at run-time, but we already have a note at the top about using `garble test`.pull/689/head
							parent
							
								
									d0c8c8d844
								
							
						
					
					
						commit
						6c4274c326
					
				
					Loading…
					
					
				
		Reference in New Issue