1 Star 1 Fork 0

zheng.cui/go-oauth2-server

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 602 Bytes
一键复制 编辑 原始数据 按行查看 历史
---
language: go
go:
- 1.9.2
- 1.8.5
services:
- docker
install:
- go get -u github.com/golang/lint/golint
- go get -u github.com/FiloSottile/vendorcheck
# Install gometalinter and certain linters
- go get -u github.com/alecthomas/gometalinter
- go get -u github.com/client9/misspell/cmd/misspell
- go get -u github.com/gordonklaus/ineffassign
- go get -u golang.org/x/tools/cmd/goimports
- go get -u github.com/tsenart/deadcode
script:
- make lint
- vendorcheck ./...
- make ci
after_script:
- make golint
after_success:
- bash <(curl -s https://codecov.io/bash)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/ongo360/go-oauth2-server.git
git@gitee.com:ongo360/go-oauth2-server.git
ongo360
go-oauth2-server
go-oauth2-server
master

搜索帮助