OSDN Git Service

fix
authorHAOYUatHZ <haoyu@protonmail.com>
Wed, 28 Aug 2019 01:56:14 +0000 (09:56 +0800)
committerHAOYUatHZ <haoyu@protonmail.com>
Wed, 28 Aug 2019 01:56:14 +0000 (09:56 +0800)
toolbar/precog/monitor/monitor.go

index c52adb7..4f6b880 100644 (file)
@@ -85,6 +85,7 @@ func NewMonitor(cfg *config.Config, db *gorm.DB) *monitor {
        }
 }
 
+// TODO: need to fix temp and "discover"
 func makePath() (string, error) {
        usr, err := user.Current()
        if err != nil {