Fix #72: Connected placeholder shouldn't resolve to true when when host is unreachable
This commit is contained in:
3
vendor/github.com/TwinProduction/gocache/persistence.go
generated
vendored
3
vendor/github.com/TwinProduction/gocache/persistence.go
generated
vendored
@ -3,11 +3,12 @@ package gocache
|
||||
import (
|
||||
"bytes"
|
||||
"encoding/gob"
|
||||
"github.com/boltdb/bolt"
|
||||
"log"
|
||||
"os"
|
||||
"sort"
|
||||
"time"
|
||||
|
||||
"github.com/boltdb/bolt"
|
||||
)
|
||||
|
||||
// SaveToFile stores the content of the cache to a file so that it can be read using
|
||||
|
Reference in New Issue
Block a user