mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-11-25 11:29:29 +08:00
chore: rename local struct
This commit is contained in:
@@ -18,7 +18,7 @@ var config = driver.Config{
|
||||
}
|
||||
|
||||
func New() driver.Driver {
|
||||
return &Driver{}
|
||||
return &Local{}
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
||||
Reference in New Issue
Block a user