wip: reorganized to go pkg structure
This commit is contained in:
committed by
=Michael Hohn
parent
198453ee90
commit
9750eeab20
4
pkg/logger/interfaces.go
Normal file
4
pkg/logger/interfaces.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package logger
|
||||
|
||||
type Logger interface {
|
||||
}
|
||||
4
pkg/logger/types.go
Normal file
4
pkg/logger/types.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package logger
|
||||
|
||||
type LoggerSingle struct {
|
||||
}
|
||||
Reference in New Issue
Block a user