init return changed

This commit is contained in:
alessio 2016-08-18 17:40:39 +02:00
parent 69d984f2f3
commit 1c67df1742
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ type App struct {
}
// Init is an instance of app with default values
func Init() *App {
return &App{
func Init() App {
return App{
Name: AppName,
Version: AppVersion,
Description: AppDescription,