backy/cmd/logging/logging.go
2022-10-13 12:03:36 -05:00

7 lines
70 B
Go

package logging
type logging struct {
err error
output string
}