7 lines
85 B
Go
7 lines
85 B
Go
|
package archiver
|
||
|
|
||
|
type Config struct {
|
||
|
Folder string
|
||
|
ArchiveFolder string
|
||
|
}
|