1 Star 0 Fork 3

武林q传 / go-websocket

forked from snowtrace / go-websocket 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile 390 Bytes
一键复制 编辑 原始数据 按行查看 历史
AlenOscar 提交于 2019-06-15 10:48 . first commit
#!/usr/bin/env bash
.PHONY: .FORCE
SHELL = /bin/bash
# 当前目录
CUR_DIR := $(shell pwd)
build:
gofmt -w -s src
export GOPATH="$(shell pwd)" && go build ${args} -o server src/server.go
ws:
gofmt -w -s src
export GOPATH="$(shell pwd)" && go get github.com/gorilla/websocket
clean:
rm -rf bin pkg deb *.deb
.PHONY: ws build clean
.DEFAULT_GOAL := build
Go
1
https://gitee.com/php_mysql/go-websocket.git
git@gitee.com:php_mysql/go-websocket.git
php_mysql
go-websocket
go-websocket
master

搜索帮助