refactor(blogo,plugin): use io/fs instead of blogo/fs
This commit is contained in:
@@ -17,8 +17,7 @@ package plugin
|
||||
|
||||
import (
|
||||
"io"
|
||||
|
||||
"forge.capytal.company/loreddev/x/blogo/fs"
|
||||
"io/fs"
|
||||
)
|
||||
|
||||
type Plugin interface {
|
||||
|
||||
Reference in New Issue
Block a user