NewFinchPath returns the path to the Finch root directory.
()
| 11 | |
| 12 | // NewFinchPath returns the path to the Finch root directory. |
| 13 | func NewFinchPath() Finch { |
| 14 | return Finch(filepath.Join("/", "etc", "finch")) |
| 15 | } |
| 16 | |
| 17 | // FinchDir returns the path to the Finch config directory. |
| 18 | func (fp Finch) FinchDir() string { |