We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8dfff commit 453530aCopy full SHA for 453530a
tools/tools.go
@@ -8,6 +8,7 @@ import (
8
"path"
9
"path/filepath"
10
"strings"
11
+ "time"
12
13
log "github.com/Sirupsen/logrus"
14
"github.com/xrash/smetrics"
@@ -29,10 +30,11 @@ import (
29
30
// Logger: log.Logger
31
// }
32
type Tools struct {
- Directory string
33
- IndexURL string
34
- Logger log.StdLogger
35
- installed map[string]string
+ Directory string
+ IndexURL string
+ LastRefresh time.Time
36
+ Logger log.StdLogger
37
+ installed map[string]string
38
}
39
40
// Init creates the Installed map and populates it from a file in .arduino-create
0 commit comments