Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyaoi committed Dec 19, 2018
1 parent 2408ba7 commit d4e97ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/handler.go
Expand Up @@ -193,7 +193,7 @@ func InitHandler(c *cli.Context) {
}
result, err := prompt.Run()
if err != nil {
panic(err)
fmt.Println(err)
}
InitNewRepo(result)
// rename {package_name} to real package name
Expand Down

0 comments on commit d4e97ed

Please sign in to comment.