=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== golang-github-kelseyhightower-envconfig-dev-1.3.0/envconfig.go-130- golang-github-kelseyhightower-envconfig-dev-1.3.0/envconfig.go:131: embeddedPtr := f.Addr().Interface() golang-github-kelseyhightower-envconfig-dev-1.3.0/envconfig.go-132- embeddedInfos, err := gatherInfo(innerPrefix, embeddedPtr) ############################################## golang-github-kelseyhightower-envconfig-dev-1.3.0/envconfig.go-300- fn(field.Interface(), &ok) golang-github-kelseyhightower-envconfig-dev-1.3.0/envconfig.go:301: if !ok && field.CanAddr() { golang-github-kelseyhightower-envconfig-dev-1.3.0/envconfig.go:302: fn(field.Addr().Interface(), &ok) golang-github-kelseyhightower-envconfig-dev-1.3.0/envconfig.go-303- }