mirror of
https://github.com/SSLMate/certspotter.git
synced 2025-06-27 10:15:33 +02:00
Apply gofmt
This commit is contained in:
parent
e27e355b75
commit
6c798699f8
@ -40,12 +40,12 @@ type task struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type daemon struct {
|
type daemon struct {
|
||||||
config *Config
|
config *Config
|
||||||
taskgroup *errgroup.Group
|
taskgroup *errgroup.Group
|
||||||
tasks map[LogID]task
|
tasks map[LogID]task
|
||||||
logsLoadedAt time.Time
|
logsLoadedAt time.Time
|
||||||
logListToken *loglist.ModificationToken
|
logListToken *loglist.ModificationToken
|
||||||
logListError string
|
logListError string
|
||||||
logListErrorAt time.Time
|
logListErrorAt time.Time
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user