Small changes.
This commit is contained in:
@@ -88,6 +88,8 @@ func Run(Config cfg.Config){
|
||||
|
||||
}();
|
||||
|
||||
fmt.Println("Api started!");
|
||||
|
||||
time.Sleep(10*time.Millisecond);
|
||||
<-ctx.Done();
|
||||
fmt.Println("Stopping http server.");
|
||||
|
||||
Reference in New Issue
Block a user