fix #413
Showing
1 changed file
with
3 additions
and
2 deletions
| 1 | package controllers | 1 | package controllers |
| 2 | 2 | ||
| 3 | import ( | 3 | import ( |
| 4 | "github.com/astaxie/beego" | ||
| 5 | "github.com/garyburd/go-websocket/websocket" | ||
| 6 | "io/ioutil" | 4 | "io/ioutil" |
| 7 | "math/rand" | 5 | "math/rand" |
| 8 | "net/http" | 6 | "net/http" |
| 9 | "time" | 7 | "time" |
| 8 | |||
| 9 | "github.com/astaxie/beego" | ||
| 10 | "github.com/gorilla/websocket" | ||
| 10 | ) | 11 | ) |
| 11 | 12 | ||
| 12 | const ( | 13 | const ( | ... | ... |
-
Please register or sign in to post a comment