×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Go
Posted by: chen dapao
Added: Jul 2, 2019 2:41 AM
Modified: Jul 2, 2019 2:42 AM
Views: 3953
  1.         createStoreAndDomain()
  2.         createServer()
  3.         signal.SetupSignalHandler(serverShutdown)
  4.         runServer()
  5.         cleanup()
  6.         exit()