Hello Go community,
Official docs recommend putting unit tests in same package as package under
test, see:
- https://golang.org/doc/faq#How_do_I_write_a_unit_test
- https://golang.org/pkg/testing/
Practical experience (see
https://medium.com/@matryer/5-simple-tips-and-tricks-for-writing-unit-test
I've just created improvement request
https://github.com/golang/go/issues/30715
On Wednesday, February 1, 2017 at 12:07:52 PM UTC+1, Nicolas Martyanoff
wrote:
>
> Is there any update regarding this issue ? The inability to make the
> difference between an error triggered by the request size and
Hello Gophers,
Is anyone aware is it already possible or are there any plans to support in
Go modules something like Apache Maven's BOM POM support for:
- ability to publish release metadata (modules and versions) about a
multi-module project (e.g. like Kubernetes) and then also
- ability to easil