This commit is contained in:
2018-11-10 20:58:15 +05:00
parent 39ac02dfc5
commit 2b3c9ef9ea
25 changed files with 1054 additions and 1022 deletions

View File

@@ -10,6 +10,6 @@
package launcher
func New() *Launcher {
l := Launcher{}
return &l
l := Launcher{}
return &l
}