Package httpserver:

- fix bug with context deadline

Package Database:
  - fix darwin/arm64 import C for gorm/sqlite (using shared lib sqlite)

Bump dependencies
This commit is contained in:
nabbar
2023-04-11 14:41:07 +02:00
parent bd04ad86e6
commit c86e1dc1b5
6 changed files with 159 additions and 39 deletions

View File

@@ -57,7 +57,7 @@ func (o *srv) HealthCheck(ctx context.Context) error {
} else if e = o.r.ErrorsLast(); e != nil {
return e
} else {
return errNotRunning
return nil
}
}