{"id":75828,"library":"slok-goresilience","title":"GoResilience","description":"A framework/library of utilities to improve the resilience of programs easily using a decorator pattern.","status":"active","version":"0.2.0","language":"go","source_language":null,"source_url":"https://github.com/slok/goresilience","tags":["resilience","retry","timeout","circuit-breaker"],"install":[{"cmd":"go get github.com/slok/goresilience","lang":"bash","label":"Install github.com/slok/goresilience"}],"dependencies":[],"imports":[{"symbol":"goresilience","correct":"github.com/slok/goresilience"}],"quickstart":{"code":"package main\n\nimport (\n    \"context\"\n    \"fmt\"\n    \"github.com/slok/goresilience\"\n    \"github.com/slok/goresilience/retry\"\n)\n\nfunc main() {\n    runner := retry.New(retry.Config{})\n    err := runner.Run(context.Background(), func(ctx context.Context) error {\n        return nil\n    })\n    fmt.Println(err)\n}","lang":"go","description":"Run a function with retry resilience"},"warnings":[],"env_vars":null,"search_vec":"'breaker':22 'circuit':21 'circuit-break':20 'decor':15 'easili':12 'framework/library':3 'goresili':1 'improv':7 'pattern':16 'program':11 'resili':9,17 'retri':18 'timeout':19 'use':13 'util':5","created_at":"2026-06-17T19:21:35.696363+00:00","updated_at":"2026-06-17T19:21:35.696363+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/slok/goresilience","github":"https://github.com/slok/goresilience","docs":"https://pkg.go.dev/github.com/slok/goresilience#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility","other"],"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}}