6 Star 5 Fork 3

Gitee 极速下载 / Prose-Go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/jdkato/prose
克隆/下载
Makefile 482 Bytes
一键复制 编辑 原始数据 按行查看 历史
Joseph Kato 提交于 2020-08-19 17:00 . Ensure goveralls is installed
BASE_DIR=$(shell echo $$GOPATH)/src/github.com/jdkato/prose
BUILD_DIR=./builds
LDFLAGS=-ldflags "-s -w"
.PHONY: clean test lint ci cross install bump model setup
all: build
build:
go build ${LDFLAGS} -o bin/prose ./cmd/prose
build-win:
go build ${LDFLAGS} -o bin/prose.exe ./cmd/prose
bench:
go test -bench=. -run=^$$ -benchmem
test:
go test -v
ci: lint test
lint:
./bin/golangci-lint run
model:
go-bindata -ignore=\\.DS_Store -pkg="prose" -o data.go model/**/*.gob
Go
1
https://gitee.com/mirrors/Prose-Go.git
git@gitee.com:mirrors/Prose-Go.git
mirrors
Prose-Go
Prose-Go
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891