8 lines
79 B
Go
Raw Normal View History

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