fix application bug
This commit is contained in:
3
vendor/github.com/mholt/certmagic/storage.go
generated
vendored
3
vendor/github.com/mholt/certmagic/storage.go
generated
vendored
@@ -267,6 +267,3 @@ type ErrNotExist interface {
|
||||
// defaultFileStorage is a convenient, default storage
|
||||
// implementation using the local file system.
|
||||
var defaultFileStorage = &FileStorage{Path: dataDir()}
|
||||
|
||||
// DefaultStorage is the default Storage implementation.
|
||||
var DefaultStorage Storage = defaultFileStorage
|
||||
|
||||
Reference in New Issue
Block a user