updated field removed

This commit is contained in:
alessio 2016-08-01 19:07:38 +02:00
parent b2235510ec
commit 69bc07e3bc
1 changed files with 0 additions and 1 deletions

View File

@ -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{