Veniamin Albaev

Results 6 issues of Veniamin Albaev

By default the struct like: ```go type Config struct { TestEnvFoo string `envconfig:"TEST_ENV_FOO"` TestEnvBar string } ``` can be initialised from env: `TEST_ENV_FOO`, `TEST_ENV_BAR` if no prefix specified, but from...

This line just checked for gpg database files exists not for valid keys inside: if [ -n "${BUILD_KEY}" ] || [ -e ${WORK_PATH}/gpg/pubring.gpg ] && [ -e ${WORK_PATH}/gpg/secring.gpg ] &&...

## Summary Improve message of `assert.ErrorAs()` ## Changes * Replace non-informative message like `expected: %!q(**pgconn.PgError=0xc000114050)` to the human readable one. * Replaced simple output of `"%s", err.Error()` to `"%T(%s)"` for...

enhancement
pkg-assert
type-error

Now it `github.com/navossoc/bayesian` instead of `github.com/jbrukh/bayesian`. Was broken in PR #23

Added the ability of generating diagram through `plantuml -pipe` command without using temporary diagram source files generation. Which allow us to use such kind of plantuml code with relative imports...