Обновить README.md

This commit is contained in:
NeonXP 2024-04-29 02:36:37 +03:00
parent c2da6b27e2
commit 695950a568

View file

@ -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)