[go-nuts] Go modules - Apache Maven BOM equivalent?

2019-10-01 Thread Stevo Slavić
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

[go-nuts] Re: http request entity too large

2019-03-10 Thread Stevo Slavić
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

[go-nuts] Unit tests - same vs separate package

2018-01-30 Thread Stevo Slavić
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