diff options
author | NeonXP <neonxp@noreply.gitrepo.ru> | 2024-04-29 02:36:37 +0300 |
---|---|---|
committer | NeonXP <neonxp@noreply.gitrepo.ru> | 2024-04-29 02:36:37 +0300 |
commit | 695950a5681405e19b54603c73cf34549d0f3e1a (patch) | |
tree | e09f97d22584aee5c5256106ec8b61b4e676031c | |
parent | c2da6b27e2f14a89c84e4a27bb898966998ae781 (diff) |
-rwxr-xr-x | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ # rutina -[![Go Reference](https://pkg.go.dev/badge/github.com/neonxp/rutina.svg)](https://pkg.go.dev/github.com/neonxp/rutina) +[![Go Reference](https://pkg.go.dev/badge/go.neonxp.ru/rutina.svg)](https://pkg.go.dev/go.neonxp.ru/rutina) Package Rutina (russian "рутина" - ordinary boring everyday work) is routine orchestrator for your application. @@ -122,6 +122,6 @@ Disabled by default. Used when passed errors channel to rutina options ## Example -HTTP server with graceful shutdown [`example/http_server.go`](https://github.com/NeonXP/rutina/blob/master/example/http_server.go) +HTTP server with graceful shutdown [`example/http_server.go`](https://gitrepo.ru/NeonXP/rutina/blob/master/example/http_server.go) -Different run policies [`example/policies.go`](https://github.com/NeonXP/rutina/blob/master/example/policies.go) +Different run policies [`example/policies.go`](https://gitrepo.ru/NeonXP/rutina/blob/master/example/policies.go) |