Files
2025-08-05 15:20:32 -07:00

7 lines
64 B
Go

package log
type Config struct {
Enabled bool
Compact bool
}