4 lines
70 B
Go
4 lines
70 B
Go
|
if err := db.Ping(ctx); err != nil {
|
||
|
// do something with error
|
||
|
}
|