On 5 September 2017 at 06:35, Volker Dobler <dr.volker.dob...@gmail.com>
wrote:

> A "test binary" is a normal binary compiled by go test including the test
> function
> from the *_test.go files which executes the tests when run..
>

It's worth nothing that this binary is ordinarily hidden if you just run
`go test`.

... and you can generate such a binary for repeated reuse with `go test -c`
(you end up with a binary called `<package name>.test`).

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to