mirror of
https://github.com/nabbar/golib.git
synced 2025-10-04 15:32:48 +08:00
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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user