MCPcopy Create free account
hub / github.com/riverqueue/river / main

Function main

rivershared/cmd/update-mod-version/main.go:21–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19)
20
21func main() {
22 if err := run(); err != nil {
23 fmt.Fprintf(os.Stderr, "failure: %s\n", err)
24 os.Exit(1)
25 }
26}
27
28func run() error {
29 // Allows secondary River repositories to make use of this command by

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…