MCPcopy Index your code
hub / github.com/Songmu/retry

github.com/Songmu/retry @v0.1.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.1.0 ↗ · + Follow
11 symbols 25 edges 3 files 2 documented · 18% 2 cross-repo links
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

retry

Build Status Coverage Status MIT License GoDoc

Description

retry N times

It is golang porting of perl's Sub::Retry

Synopsis

err := retry.Retry(3, 1*time.Second, func() error {
    // return error once in a while
})
if err != nil {
    // error handling
}

Author

Songmu

Core symbols most depended-on inside this repo

Retry
called by 2
retry.go
WithContext
called by 2
retry.go
run
called by 1
cmd/retry/retry.go
writeHelp
called by 1
cmd/retry/retry.go
parseArgs
called by 1
cmd/retry/retry.go
run
called by 1
cmd/retry/retry.go
main
called by 0
cmd/retry/retry.go

Shape

Function 9
Method 1
Struct 1

Languages

Go100%

Modules by API surface

cmd/retry/retry.go6 symbols
retry_test.go3 symbols
retry.go2 symbols

Used by 2 indexed graphs manifest dependencies, hub-wide

For agents

$ claude mcp add retry \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact