Hi Oleg, Sharlatan Hellseher <sharlata...@gmail.com> writes:
> Hi, > > I can't say that I'm an expert in Golang :-), but I've got some experience in > building and deploying Glang daily for some time. > > First things first the default behaviour of `go test ./...` is like this: > > find * -type f -name *_test.go | <golang-internal-assertion> > > > Internally Golang tries to find any files with _test.go suffix in > provided module's > location and evaluate defined tests in them. If the directory of the module > does > not have test files it's just ignored. > [...] > I'm currently in review and split some packages from (gnu packages golang) > into > (gnu packages golang-crypto) to simplify the maintenance. I try to play with > that option and see which packages are missed to satisfy passing all tests. A simple thank you for doing this! -- Maxim