8 lines
99 B
Go
8 lines
99 B
Go
package file
|
|
|
|
// Config file configuration.
|
|
type Config struct {
|
|
AcmeFile string
|
|
Watch bool
|
|
}
|