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