mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
add web.wss
This commit is contained in:
parent
78be157b5d
commit
c0ced3934d
1
Makefile
1
Makefile
@ -4,6 +4,7 @@ publish=usr/publish/
|
||||
|
||||
install:
|
||||
@go get github.com/nsf/termbox-go
|
||||
@go get github.com/gorilla/websocket
|
||||
@go get github.com/go-sql-driver/mysql
|
||||
@go get github.com/gomodule/redigo/redis
|
||||
@go get github.com/gomarkdown/markdown
|
||||
|
@ -181,6 +181,7 @@ var Index = &ctx.Context{Name: "cli", Help: "管理中心",
|
||||
map[string]interface{}{"os": "darwin", "cpu": "amd64"},
|
||||
}, "tmp": "var/tmp/go", "dep": []interface{}{
|
||||
"github.com/nfs/termbox-go",
|
||||
"github.com/gorilla/websocket"
|
||||
"github.com/go-sql-driver/mysql",
|
||||
"github.com/redigo/redis",
|
||||
"github.com/gomarkdown/markdown",
|
||||
|
Loading…
x
Reference in New Issue
Block a user