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