mirror of
https://github.com/miniflux/v2.git
synced 2025-08-11 17:51:01 +00:00
Migrate to go modules (Go 1.11)
This commit is contained in:
parent
a9e9c347f4
commit
a3f3f51c60
2088 changed files with 5130 additions and 908975 deletions
3
vendor/github.com/lib/pq/notify.go
generated
vendored
3
vendor/github.com/lib/pq/notify.go
generated
vendored
|
@ -725,6 +725,9 @@ func (l *Listener) Close() error {
|
|||
}
|
||||
l.isClosed = true
|
||||
|
||||
// Unblock calls to Listen()
|
||||
l.reconnectCond.Broadcast()
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue