Browse Source

format code

pull/17/head
zhangxin 3 years ago
parent
commit
07edd69529
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      global/global.go

+ 5
- 2
global/global.go View File

@ -1,6 +1,9 @@
package global
import "LAPP_ACURA_MOM_BACKEND/messaging"
import (
"LAPP_ACURA_MOM_BACKEND/messaging"
)
// websocket的全局Context
// WebsocketContext websocket的全局Context
var WebsocketContext *messaging.Contexts

Loading…
Cancel
Save