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

8 lines
79 B
Go

package fs
type Config struct {
Enabled bool
Compact bool
Path string
}