From 69bc07e3bc2ce5cba8ceb7bb200e703ac618ea2e Mon Sep 17 00:00:00 2001 From: alessio Date: Mon, 1 Aug 2016 19:07:38 +0200 Subject: [PATCH] updated field removed --- realize/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/realize/config.go b/realize/config.go index 41eff55..0331847 100644 --- a/realize/config.go +++ b/realize/config.go @@ -36,7 +36,6 @@ type Project struct { Build bool `yaml:"app_build,omitempty"` Main string `yaml:"app_main,omitempty"` Watcher Watcher `yaml:"app_watcher,omitempty"` - updatedAt time.Time } type Watcher struct{