diff options
author | NeonXP <neonxp@noreply.gitrepo.ru> | 2024-04-29 02:35:18 +0300 |
---|---|---|
committer | NeonXP <neonxp@noreply.gitrepo.ru> | 2024-04-29 02:35:18 +0300 |
commit | c2da6b27e2f14a89c84e4a27bb898966998ae781 (patch) | |
tree | ab473082e9d3713133bf30d766d646e0a0b06027 /example/policies.go | |
parent | a018788f6a594af329cabeb442e3a43ae37d4fd6 (diff) |
Обновить example/policies.go
Diffstat (limited to 'example/policies.go')
-rw-r--r-- | example/policies.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/policies.go b/example/policies.go index 87081cb..4a39232 100644 --- a/example/policies.go +++ b/example/policies.go @@ -9,7 +9,7 @@ import ( "os" "time" - "github.com/neonxp/rutina/v3" + "go.neonxp.ru/rutina/v3" ) func main() { |