OSDN Git Service

clean up
authorHAOYUatHZ <haoyu@protonmail.com>
Wed, 28 Aug 2019 02:03:01 +0000 (10:03 +0800)
committerHAOYUatHZ <haoyu@protonmail.com>
Wed, 28 Aug 2019 02:03:01 +0000 (10:03 +0800)
toolbar/precog/monitor/monitor.go

index a9ac263..d1398cd 100644 (file)
@@ -84,7 +84,6 @@ 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 {