add fixes
This commit is contained in:
parent
82fe80dd0b
commit
0203cb4286
@ -1,6 +1,10 @@
|
||||
package logging
|
||||
|
||||
type logging struct {
|
||||
err error
|
||||
output string
|
||||
type Logging struct {
|
||||
Err error
|
||||
Output string
|
||||
}
|
||||
|
||||
func logger() Logging {
|
||||
return Logging{}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user