Fix issue 4. Removes debug output from pipe mode.
This commit is contained in:
parent
cd9bcb69b1
commit
5f066faee3
2
main.go
2
main.go
|
@ -53,10 +53,10 @@ func main() {
|
||||||
defer fd.Close()
|
defer fd.Close()
|
||||||
|
|
||||||
translate(fs, fd, *pkgname, *funcname, *uncompressed, *nomemcopy)
|
translate(fs, fd, *pkgname, *funcname, *uncompressed, *nomemcopy)
|
||||||
}
|
|
||||||
|
|
||||||
fmt.Fprintln(os.Stdout, "[i] Done.")
|
fmt.Fprintln(os.Stdout, "[i] Done.")
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// parseArgs processes and verifies commandline arguments.
|
// parseArgs processes and verifies commandline arguments.
|
||||||
func parseArgs() {
|
func parseArgs() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user