{"id":74904,"library":"gassara-kys-envconfig","title":"Envconfig","description":"Decodes environment variables into Go structs based on a user-defined specification.","status":"active","version":"1.4.4","language":"go","source_language":null,"source_url":"https://github.com/gassara-kys/envconfig","tags":["env","configuration","struct","decoding"],"install":[{"cmd":"go get github.com/gassara-kys/envconfig","lang":"bash","label":"Install github.com/gassara-kys/envconfig"}],"dependencies":[],"imports":[{"symbol":"envconfig","correct":"github.com/gassara-kys/envconfig"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/gassara-kys/envconfig\"\n)\n\ntype Config struct {\n\tHost string `env:\"HOST\" default:\"localhost\"`\n}\n\nfunc main() {\n\tvar cfg Config\n\tenvconfig.Load(&cfg)\n\tfmt.Println(cfg.Host)\n}","lang":"go","description":"Loads environment variables into a struct with defaults."},"warnings":[],"env_vars":null,"search_vec":"'base':8 'configur':16 'decod':2,18 'defin':13 'env':15 'envconfig':1 'environ':3 'go':6 'specif':14 'struct':7,17 'user':12 'user-defin':11 'variabl':4","created_at":"2026-06-17T19:09:45.990567+00:00","updated_at":"2026-06-17T19:09:45.990567+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/gassara-kys/envconfig","github":"https://github.com/gassara-kys/envconfig","docs":"https://pkg.go.dev/github.com/gassara-kys/envconfig#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["config"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}