Change Extras to Metadata

This commit is contained in:
王振威
2016-04-30 10:42:07 +08:00
parent 88ea7cbec8
commit f72d405107
2 changed files with 2 additions and 2 deletions

2
app.go
View File

@@ -63,7 +63,7 @@ type App struct {
// Writer writer to write output to
Writer io.Writer
// Other custom info
Extras map[string]interface{}
Metadata map[string]interface{}
}
// Tries to find out when this binary was compiled.