diff options
Diffstat (limited to 'example')
-rwxr-xr-x | example/http_server.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/http_server.go b/example/http_server.go index 8b723b9..36c9397 100755 --- a/example/http_server.go +++ b/example/http_server.go @@ -9,7 +9,7 @@ import ( "net/http" "os" - "github.com/neonxp/rutina/v3" + "go.neonxp.ru/rutina/v3" ) func main() { |