Removing redundant constants

This commit is contained in:
itsscb 2022-08-14 11:48:27 +02:00
parent c44df6d4ec
commit d8d26a29a7

View File

@ -17,10 +17,6 @@ import (
"gopkg.in/yaml.v2"
)
const (
layout string = "2006-01-02_15040507"
)
type Monitor struct {
IMAPUri string `yaml:"IMAPUri"`
Username string `yaml:"Username"`