minimal runtime implementation

This commit is contained in:
A.Unger
2020-05-19 13:07:48 +02:00
parent 5e5270eb17
commit 9b779aabf8
6 changed files with 52 additions and 26 deletions
-1
View File
@@ -43,7 +43,6 @@ func Server(cfg *config.Config) *cli.Command {
)
runtime.Start()
runtime.Trap()
return nil
},