changed path
This commit is contained in:
10
pkg/logging/logging.go
Normal file
10
pkg/logging/logging.go
Normal file
@ -0,0 +1,10 @@
|
||||
package logging
|
||||
|
||||
type Logging struct {
|
||||
Err error
|
||||
Output string
|
||||
}
|
||||
|
||||
func logger() Logging {
|
||||
return Logging{}
|
||||
}
|
Reference in New Issue
Block a user