chore: move '/internal/pkg' to '/pkg'
This commit is contained in:
9
pkg/core/core.go
Normal file
9
pkg/core/core.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package core
|
||||
|
||||
import (
|
||||
"log/slog"
|
||||
)
|
||||
|
||||
type WithLogger interface {
|
||||
SetLogger(logger *slog.Logger)
|
||||
}
|
||||
Reference in New Issue
Block a user