Are libraries for testing incorporated in final build
I'm wondering if the libraries that I use for tests only will be included in the final build distribution. I see dependencies in go.mod/go.sum files but I can't check final binary. I guess that the...