|
|
|
@ -78,7 +78,7 @@ func version(app *application.Application) {
|
|
|
|
|
fmt.Println() |
|
|
|
|
fmt.Println("------------------------------------------------") |
|
|
|
|
fmt.Println(" application :", app.Name(), "v"+app.Version()) |
|
|
|
|
fmt.Println(" built at :", app.BuiltAt().String()) |
|
|
|
|
fmt.Println(" built at :", app.BuiltAt().Format("2006-01-02 15:04:05")) |
|
|
|
|
fmt.Println(" copyright :", "mls-361") |
|
|
|
|
fmt.Println(" license :", "MIT") |
|
|
|
|
fmt.Println("--------------------------------------@(°_°)@---") |
|
|
|
|