You've already forked orderservice
feat: added new repository implementation, small improvements
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ func main() {
|
||||
}()
|
||||
|
||||
quit := make(chan os.Signal, 1)
|
||||
signal.Notify(quit, os.Interrupt, syscall.SIGTERM)
|
||||
signal.Notify(quit, syscall.SIGINT, syscall.SIGTERM)
|
||||
<-quit
|
||||
|
||||
log.Println("Shutting down server...")
|
||||
|
||||
Reference in New Issue
Block a user