backy/cmd/logging/logging.go

7 lines
70 B
Go
Raw Normal View History

2022-10-13 17:03:36 +00:00
package logging
type logging struct {
err error
output string
}