yoake/config/fs.go

5 lines
59 B
Go

package config
type FileStore struct {
BasePath string
}